Html Css Color HEX #8EC00A Citrus

📋 copy color: '#8EC00A'

red 142 ◦ green 192 ◦ blue 10

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

Shades of Citrus #8EC00A

Tints of Citrus #8EC00A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.81%

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 41.28%
G = 55.81%
B = 2.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#8EC00A (or 0x8EC00A) is known color: Citrus. HEX triplet: 8E, C0 and 0A. RGB value is (142,192,10). Sum of RGB (Red+Green+Blue) = 142+192+10=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC00A is #713FF5. Grayscale: #9C9C9C. Windows color (decimal): -7421942 or 704654. OLE color: 704654.

HSL color Cylindrical-coordinate representation of color #8EC00A: hue angle of 76.48º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8EC00A is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 192 10 -
CMYK 0.26 0 0.95 0.25
HSL 76.48º 0.9% 0.4% -
HSV(B) 76.48º 0.95% 0.75% -
XYZ 30.06 43.47 7.09 -
YUV 156.3 45.44 117.8 -
System Red Green Blue C M Y K H S L
Decimal 142 192 10 0.26 0 0.95 0.25 76.48 0.9 0.4
Hex 8E C0 A 1A 0 5F 19 4C 5A 28
Octal 216 300 12 32 0 137 31 114 132 50
Binary 10001110 11000000 1010 11010 0 1011111 11001 1001100 1011010 101000

Color Harmonies of #8EC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC00A

Black with #8EC00A

Text Example


Text Example

White with #8EC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,192,10); }

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

background-color css

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

 a { background-color: rgb(142,192,10); }

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

border-color css

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

 span { border-color: rgb(142,192,10); }

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