#9CAA03

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

Shades of Citrus #9CAA03

Tints of Citrus #9CAA03

Color information

#9CAA03 (or 0x9CAA03) is unknown color: approx Citrus. HEX triplet: 9C, AA and 03. RGB value is (156,170,3). Sum of RGB (Red+Green+Blue) = 156+170+3=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAA03 is #6355FC. Grayscale: #939393. Windows color (decimal): -6510077 or 240284. OLE color: 240284.

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

Color convert

RGB1561703-
CMYK0.0800.980.33
HSL65.03º96.53%33.92%-
HSV(B)65.03º98.24%66.67%-
XYZ28.135.825.52-
YUV146.7846.86134.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.42%
GREEN value IS 170 (66.80% from 255) = 51.67%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=47.42%
G=51.67%
B=0.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15617030.0800.980.3365.0396.5333.92
Hex9CAA3806221416122
Octal23425231001424110114142
Binary10011100101010101110000110001010000110000011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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