Html Css Color HEX #8EA002 Citrus

📋 copy color: '#8EA002'

red 142 ◦ green 160 ◦ blue 2

#8EA002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8EA002

Tints of Citrus #8EA002

RGB

 RED value IS 142 (55.86% from 255) = 46.71%

 GREEN value IS 160 (62.89% from 255) = 52.63%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 46.71%
G = 52.63%
B = 0.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#8EA002 (or 0x8EA002) is known color: Citrus. HEX triplet: 8E, A0 and 02. RGB value is (142,160,2). Sum of RGB (Red+Green+Blue) = 142+160+2=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA002 is #715FFD. Grayscale: #898989. Windows color (decimal): -7430142 or 172174. OLE color: 172174.

HSL color Cylindrical-coordinate representation of color #8EA002: hue angle of 66.84º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EA002 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 160 2 -
CMYK 0.11 0 0.99 0.37
HSL 66.84º 0.98% 0.32% -
HSV(B) 66.84º 0.99% 0.63% -
XYZ 23.74 30.9 4.77 -
YUV 136.61 52.04 131.85 -
System Red Green Blue C M Y K H S L
Decimal 142 160 2 0.11 0 0.99 0.37 66.84 0.98 0.32
Hex 8E A0 2 B 0 63 25 43 62 20
Octal 216 240 2 13 0 143 45 103 142 40
Binary 10001110 10100000 10 1011 0 1100011 100101 1000011 1100010 100000

Color Harmonies of #8EA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA002

Black with #8EA002

Text Example


Text Example

White with #8EA002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EA002;
 }
 .AnyTagClassName
 {
   color: #8EA002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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