#9CAA20

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

Shades of Citron #9CAA20

Tints of Citron #9CAA20

Color information

#9CAA20 (or 0x9CAA20) is unknown color: approx Citron. HEX triplet: 9C, AA and 20. RGB value is (156,170,32). Sum of RGB (Red+Green+Blue) = 156+170+32=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA20 is #6355DF. Grayscale: #969696. Windows color (decimal): -6510048 or 2140828. OLE color: 2140828.

HSL color Cylindrical-coordinate representation of color #9CAA20: hue angle of 66.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9CAA20 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB15617032-
CMYK0.0800.810.33
HSL66.09º68.32%39.61%-
HSV(B)66.09º81.18%66.67%-
XYZ28.3535.926.81-
YUV150.0861.36132.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.58%
GREEN value IS 170 (66.80% from 255) = 47.49%
BLUE value IS 32 (12.89% from 255) = 8.94%
R=43.58%
G=47.49%
B=8.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156170320.0800.810.3366.0968.3239.61
Hex9CAA20805121424428
Octal234252401001214110210450
Binary100111001010101010000010000101000110000110000101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,170,32); }

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

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

 a { background-color: rgb(156,170,32); }

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

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

 span { border-color: rgb(156,170,32); }

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