#8EC210

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

Shades of Citrus #8EC210

Tints of Citrus #8EC210

Color information

#8EC210 (or 0x8EC210) is unknown color: approx Citrus. HEX triplet: 8E, C2 and 10. RGB value is (142,194,16). Sum of RGB (Red+Green+Blue) = 142+194+16=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC210 is #713DEF. Grayscale: #9E9E9E. Windows color (decimal): -7421424 or 1098382. OLE color: 1098382.

HSL color Cylindrical-coordinate representation of color #8EC210: hue angle of 77.53º 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 #8EC210 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB14219416-
CMYK0.2700.920.24
HSL77.53º84.76%41.18%-
HSV(B)77.53º91.75%76.08%-
XYZ30.5444.377.45-
YUV158.1647.77116.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 194 (76.17% from 255) = 55.11%
BLUE value IS 16 (6.64% from 255) = 4.55%
R=40.34%
G=55.11%
B=4.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142194160.2700.920.2477.5384.7641.18
Hex8EC2101B05C184e5529
Octal216302203301343011612551
Binary10001110110000101000011011010111001100010011101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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