#9CAA28

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

Shades of Citron #9CAA28

Tints of Citron #9CAA28

Color information

#9CAA28 (or 0x9CAA28) is unknown color: approx Citron. HEX triplet: 9C, AA and 28. RGB value is (156,170,40). Sum of RGB (Red+Green+Blue) = 156+170+40=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA28 is #6355D7. Grayscale: #979797. Windows color (decimal): -6510040 or 2665116. OLE color: 2665116.

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

Color convert

RGB15617040-
CMYK0.0800.760.33
HSL66.46º61.9%41.18%-
HSV(B)66.46º76.47%66.67%-
XYZ28.4735.977.45-
YUV150.9965.36131.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 40 (16.02% from 255) = 10.93%
R=42.62%
G=46.45%
B=10.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156170400.0800.760.3366.4661.941.18
Hex9CAA28804C21423e29
Octal23425250100114411027651
Binary10011100101010101010001000010011001000011000010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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