Html Css Color HEX #8ED40A Citrus

📋 copy color: '#8ED40A'

red 142 ◦ green 212 ◦ blue 10

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

Shades of Citrus #8ED40A

Tints of Citrus #8ED40A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.24%

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

R = 39.01%
G = 58.24%
B = 2.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#8ED40A (or 0x8ED40A) is known color: Citrus. HEX triplet: 8E, D4 and 0A. RGB value is (142,212,10). Sum of RGB (Red+Green+Blue) = 142+212+10=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 212 (83.20% from 255 or 58.24% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED40A is #712BF5. Grayscale: #A8A8A8. Windows color (decimal): -7416822 or 709774. OLE color: 709774.

HSL color Cylindrical-coordinate representation of color #8ED40A: hue angle of 80.79º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8ED40A is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 212 10 -
CMYK 0.33 0 0.95 0.17
HSL 80.79º 0.91% 0.44% -
HSV(B) 80.79º 0.95% 0.83% -
XYZ 34.75 52.86 8.66 -
YUV 168.04 38.81 109.43 -
System Red Green Blue C M Y K H S L
Decimal 142 212 10 0.33 0 0.95 0.17 80.79 0.91 0.44
Hex 8E D4 A 21 0 5F 11 51 5B 2C
Octal 216 324 12 41 0 137 21 121 133 54
Binary 10001110 11010100 1010 100001 0 1011111 10001 1010001 1011011 101100

Color Harmonies of #8ED40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED40A

Black with #8ED40A

Text Example


Text Example

White with #8ED40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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