#9AAC05

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

Shades of Citrus #9AAC05

Tints of Citrus #9AAC05

Color information

#9AAC05 (or 0x9AAC05) is unknown color: approx Citrus. HEX triplet: 9A, AC and 05. RGB value is (154,172,5). Sum of RGB (Red+Green+Blue) = 154+172+5=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAC05 is #6553FA. Grayscale: #949494. Windows color (decimal): -6640635 or 371866. OLE color: 371866.

HSL color Cylindrical-coordinate representation of color #9AAC05: hue angle of 66.47º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9AAC05 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1541725-
CMYK0.1000.970.33
HSL66.47º94.35%34.71%-
HSV(B)66.47º97.09%67.45%-
XYZ28.1136.395.69-
YUV147.5847.54132.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 172 (67.58% from 255) = 51.96%
BLUE value IS 5 (2.34% from 255) = 1.51%
R=46.53%
G=51.96%
B=1.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15417250.1000.970.3366.4794.3534.71
Hex9AAC5A06121425e23
Octal23225451201414110213643
Binary100110101010110010110100110000110000110000101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,172,5); }

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

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

 a { background-color: rgb(154,172,5); }

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

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

 span { border-color: rgb(154,172,5); }

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