#8DC412

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

Shades of Citrus #8DC412

Tints of Citrus #8DC412

Color information

#8DC412 (or 0x8DC412) is unknown color: approx Citrus. HEX triplet: 8D, C4 and 12. RGB value is (141,196,18). Sum of RGB (Red+Green+Blue) = 141+196+18=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC412 is #723BED. Grayscale: #9F9F9F. Windows color (decimal): -7486446 or 1229965. OLE color: 1229965.

HSL color Cylindrical-coordinate representation of color #8DC412: hue angle of 78.54º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DC412 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB14119618-
CMYK0.2800.910.23
HSL78.54º83.18%41.96%-
HSV(B)78.54º90.82%76.86%-
XYZ30.8345.197.67-
YUV159.2648.28114.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 196 (76.95% from 255) = 55.21%
BLUE value IS 18 (7.42% from 255) = 5.07%
R=39.72%
G=55.21%
B=5.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal141196180.2800.910.2378.5483.1841.96
Hex8DC4121C05B174f532a
Octal215304223401332711712352
Binary10001101110001001001011100010110111011110011111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,196,18); }

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

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

 a { background-color: rgb(141,196,18); }

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

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

 span { border-color: rgb(141,196,18); }

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