#9CC50A

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

Shades of Citrus #9CC50A

Tints of Citrus #9CC50A

Color information

#9CC50A (or 0x9CC50A) is unknown color: approx Citrus. HEX triplet: 9C, C5 and 0A. RGB value is (156,197,10). Sum of RGB (Red+Green+Blue) = 156+197+10=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC50A is #633AF5. Grayscale: #A4A4A4. Windows color (decimal): -6503158 or 705948. OLE color: 705948.

HSL color Cylindrical-coordinate representation of color #9CC50A: hue angle of 73.16º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CC50A is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB15619710-
CMYK0.2100.950.23
HSL73.16º90.34%40.59%-
HSV(B)73.16º94.92%77.25%-
XYZ33.7347.027.59-
YUV163.4241.42122.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.98%
GREEN value IS 197 (77.34% from 255) = 54.27%
BLUE value IS 10 (4.30% from 255) = 2.75%
R=42.98%
G=54.27%
B=2.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal156197100.2100.950.2373.1690.3440.59
Hex9CC5A1505F17495a29
Octal234305122501372711113251
Binary1001110011000101101010101010111111011110010011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,197,10); }

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

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

 a { background-color: rgb(156,197,10); }

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

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

 span { border-color: rgb(156,197,10); }

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