#8ECA02

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

Shades of Citrus #8ECA02

Tints of Citrus #8ECA02

Color information

#8ECA02 (or 0x8ECA02) is unknown color: approx Citrus. HEX triplet: 8E, CA and 02. RGB value is (142,202,2). Sum of RGB (Red+Green+Blue) = 142+202+2=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ECA02 is #7135FD. Grayscale: #A2A2A2. Windows color (decimal): -7419390 or 182926. OLE color: 182926.

HSL color Cylindrical-coordinate representation of color #8ECA02: hue angle of 78º 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 #8ECA02 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB1422022-
CMYK0.3000.990.21
HSL78º98.04%40%-
HSV(B)78º99.01%79.22%-
XYZ32.29487.62-
YUV161.2638.12114.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 202 (79.30% from 255) = 58.38%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=41.04%
G=58.38%
B=0.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14220220.3000.990.217898.0440
Hex8ECA21E063154e6228
Octal21631223601432511614250
Binary10001110110010101011110011000111010110011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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