Html Css Color HEX #8EC40A Citrus

📋 copy color: '#8EC40A'

red 142 ◦ green 196 ◦ blue 10

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

Shades of Citrus #8EC40A

Tints of Citrus #8EC40A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.32%

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

R = 40.8%
G = 56.32%
B = 2.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#8EC40A (or 0x8EC40A) is known color: Citrus. HEX triplet: 8E, C4 and 0A. RGB value is (142,196,10). Sum of RGB (Red+Green+Blue) = 142+196+10=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC40A is #713BF5. Grayscale: #9F9F9F. Windows color (decimal): -7420918 or 705678. OLE color: 705678.

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

Color convert

RGB 142 196 10 -
CMYK 0.28 0 0.95 0.23
HSL 77.42º 0.9% 0.4% -
HSV(B) 77.42º 0.95% 0.77% -
XYZ 30.95 45.25 7.39 -
YUV 158.65 44.11 116.12 -
System Red Green Blue C M Y K H S L
Decimal 142 196 10 0.28 0 0.95 0.23 77.42 0.9 0.4
Hex 8E C4 A 1C 0 5F 17 4D 5A 28
Octal 216 304 12 34 0 137 27 115 132 50
Binary 10001110 11000100 1010 11100 0 1011111 10111 1001101 1011010 101000

Color Harmonies of #8EC40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC40A

Black with #8EC40A

Text Example


Text Example

White with #8EC40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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