#8cc40c

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

Shades of Citrus #8CC40C

Tints of Citrus #8CC40C

Color information

#8CC40C (or 0x8CC40C) is unknown color: approx Citrus. HEX triplet: 8C, C4 and 0C. RGB value is (140,196,12). Sum of RGB (Red+Green+Blue) = 140+196+12=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC40C is #733BF3. Grayscale: #9E9E9E. Windows color (decimal): -7551988 or 836748. OLE color: 836748.

HSL color Cylindrical-coordinate representation of color #8CC40C: hue angle of 78.26º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CC40C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB14019612-
CMYK0.2900.940.23
HSL78.26º88.46%40.78%-
HSV(B)78.26º93.88%76.86%-
XYZ30.6245.087.44-
YUV158.2845.45114.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 196 (76.95% from 255) = 56.32%
BLUE value IS 12 (5.08% from 255) = 3.45%
R=40.23%
G=56.32%
B=3.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal140196120.2900.940.2378.2688.4640.78
Hex8CC4C1D05E174e5829
Octal214304143501362711613051
Binary1000110011000100110011101010111101011110011101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cc40c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8cc40c; }

 p { color: rgb(140,196,12); }

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

<style>
 a { background-color: #8cc40c; }

 a { background-color: rgb(140,196,12); }

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

<style>
 span { border-color: #8cc40c; }

 span { border-color: rgb(140,196,12); }

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