#9AA512

Color #9AA512 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9AA512

Tints of Citrus #9AA512

Color information

#9AA512 (or 0x9AA512) is unknown color: approx Citrus. HEX triplet: 9A, A5 and 12. RGB value is (154,165,18). Sum of RGB (Red+Green+Blue) = 154+165+18=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA512 is #655AED. Grayscale: #919191. Windows color (decimal): -6642414 or 1222042. OLE color: 1222042.

HSL color Cylindrical-coordinate representation of color #9AA512: hue angle of 64.49º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9AA512 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB15416518-
CMYK0.0700.890.35
HSL64.49º80.33%35.88%-
HSV(B)64.49º89.09%64.71%-
XYZ26.8933.825.68-
YUV144.9556.36134.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=45.70%
G=48.96%
B=5.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal154165180.0700.890.3564.4980.3335.88
Hex9AA512705923405024
Octal23224522701314310012044
Binary1001101010100101100101110101100110001110000001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA512; }

 p { color: rgb(154,165,18); }

 H1.HeaderClassName
 {
   color: #9AA512;
 }
 .AnyTagClassName
 {
   color: #9AA512;
 }
</style>
background-color css

<style>
 a { background-color: #9AA512; }

 a { background-color: rgb(154,165,18); }

 div.DivClassName
 {
   background-color: #9AA512;
 }
 .BgClassName
 {
   background-color: #9AA512;
 }
</style>
border-color css

<style>
 span { border-color: #9AA512; }

 span { border-color: rgb(154,165,18); }

 td.TdClassName
 {
   border-color: #9AA512;
 }
 .TagClassName
 {
   border-color: #9AA512;
 }
</style>