#9CC210

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

Shades of Citrus #9CC210

Tints of Citrus #9CC210

Color information

#9CC210 (or 0x9CC210) is unknown color: approx Citrus. HEX triplet: 9C, C2 and 10. RGB value is (156,194,16). Sum of RGB (Red+Green+Blue) = 156+194+16=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC210 is #633DEF. Grayscale: #A3A3A3. Windows color (decimal): -6503920 or 1098396. OLE color: 1098396.

HSL color Cylindrical-coordinate representation of color #9CC210: hue angle of 72.81º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CC210 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB15619416-
CMYK0.2000.920.24
HSL72.81º84.76%41.18%-
HSV(B)72.81º91.75%76.08%-
XYZ33.145.697.56-
YUV162.3545.41123.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 194 (76.17% from 255) = 53.01%
BLUE value IS 16 (6.64% from 255) = 4.37%
R=42.62%
G=53.01%
B=4.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156194160.2000.920.2472.8184.7641.18
Hex9CC2101405C18495529
Octal234302202401343011112551
Binary10011100110000101000010100010111001100010010011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,194,16); }

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

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

 a { background-color: rgb(156,194,16); }

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

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

 span { border-color: rgb(156,194,16); }

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