Html Css Color HEX #8EA802 Citrus

📋 copy color: '#8EA802'

red 142 ◦ green 168 ◦ blue 2

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

Shades of Citrus #8EA802

Tints of Citrus #8EA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.85%

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

R = 45.51%
G = 53.85%
B = 0.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#8EA802 (or 0x8EA802) is known color: Citrus. HEX triplet: 8E, A8 and 02. RGB value is (142,168,2). Sum of RGB (Red+Green+Blue) = 142+168+2=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA802 is #7157FD. Grayscale: #8D8D8D. Windows color (decimal): -7428094 or 174222. OLE color: 174222.

HSL color Cylindrical-coordinate representation of color #8EA802: hue angle of 69.4º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EA802 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 168 2 -
CMYK 0.15 0 0.99 0.34
HSL 69.4º 0.98% 0.33% -
HSV(B) 69.4º 0.99% 0.66% -
XYZ 25.17 33.76 5.25 -
YUV 141.3 49.39 128.5 -
System Red Green Blue C M Y K H S L
Decimal 142 168 2 0.15 0 0.99 0.34 69.4 0.98 0.33
Hex 8E A8 2 F 0 63 22 45 62 21
Octal 216 250 2 17 0 143 42 105 142 41
Binary 10001110 10101000 10 1111 0 1100011 100010 1000101 1100010 100001

Color Harmonies of #8EA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA802

Black with #8EA802

Text Example


Text Example

White with #8EA802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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