Html Css Color HEX #8EDA14 Yellow Green

📋 copy color: '#8EDA14'

red 142 ◦ green 218 ◦ blue 20

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

Shades of Yellow Green #8EDA14

Tints of Yellow Green #8EDA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.37%

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 37.37%
G = 57.37%
B = 5.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#8EDA14 (or 0x8EDA14) is known color: Yellow Green. HEX triplet: 8E, DA and 14. RGB value is (142,218,20). Sum of RGB (Red+Green+Blue) = 142+218+20=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDA14 is #7125EB. Grayscale: #ADADAD. Windows color (decimal): -7415276 or 1366670. OLE color: 1366670.

HSL color Cylindrical-coordinate representation of color #8EDA14: hue angle of 83.03º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EDA14 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 218 20 -
CMYK 0.35 0 0.91 0.15
HSL 83.03º 0.83% 0.47% -
HSV(B) 83.03º 0.91% 0.85% -
XYZ 36.35 55.94 9.54 -
YUV 172.7 41.82 106.1 -
System Red Green Blue C M Y K H S L
Decimal 142 218 20 0.35 0 0.91 0.15 83.03 0.83 0.47
Hex 8E DA 14 23 0 5B F 53 53 2F
Octal 216 332 24 43 0 133 17 123 123 57
Binary 10001110 11011010 10100 100011 0 1011011 1111 1010011 1010011 101111

Color Harmonies of #8EDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDA14

Black with #8EDA14

Text Example


Text Example

White with #8EDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,218,20); }

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

background-color css

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

 a { background-color: rgb(142,218,20); }

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

border-color css

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

 span { border-color: rgb(142,218,20); }

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