#8EC902

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

Shades of Citrus #8EC902

Tints of Citrus #8EC902

Color information

#8EC902 (or 0x8EC902) is unknown color: approx Citrus. HEX triplet: 8E, C9 and 02. RGB value is (142,201,2). Sum of RGB (Red+Green+Blue) = 142+201+2=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC902 is #7136FD. Grayscale: #A1A1A1. Windows color (decimal): -7419646 or 182670. OLE color: 182670.

HSL color Cylindrical-coordinate representation of color #8EC902: hue angle of 77.79º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EC902 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB1422012-
CMYK0.2900.990.21
HSL77.79º98.03%39.8%-
HSV(B)77.79º99%78.82%-
XYZ32.0547.537.54-
YUV160.6738.45114.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 201 (78.91% from 255) = 58.26%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=41.16%
G=58.26%
B=0.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14220120.2900.990.2177.7998.0339.8
Hex8EC921D063154e6228
Octal21631123501432511614250
Binary10001110110010011011101011000111010110011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,201,2); }

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

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

 a { background-color: rgb(142,201,2); }

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

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

 span { border-color: rgb(142,201,2); }

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