Html Css Color HEX #8ADE14 Yellow Green

📋 copy color: '#8ADE14'

red 138 ◦ green 222 ◦ blue 20

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

Shades of Yellow Green #8ADE14

Tints of Yellow Green #8ADE14

RGB

 RED value IS 138 (54.3% from 255) = 36.32%

 GREEN value IS 222 (87.11% from 255) = 58.42%

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

R = 36.32%
G = 58.42%
B = 5.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#8ADE14 (or 0x8ADE14) is known color: Yellow Green. HEX triplet: 8A, DE and 14. RGB value is (138,222,20). Sum of RGB (Red+Green+Blue) = 138+222+20=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 222 (87.11% from 255 or 58.42% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADE14 is #7521EB. Grayscale: #AEAEAE. Windows color (decimal): -7676396 or 1367690. OLE color: 1367690.

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

Color convert

RGB 138 222 20 -
CMYK 0.38 0 0.91 0.13
HSL 84.95º 0.83% 0.47% -
HSV(B) 84.95º 0.91% 0.87% -
XYZ 36.73 57.7 9.86 -
YUV 173.86 41.17 102.43 -
System Red Green Blue C M Y K H S L
Decimal 138 222 20 0.38 0 0.91 0.13 84.95 0.83 0.47
Hex 8A DE 14 26 0 5B D 55 53 2F
Octal 212 336 24 46 0 133 15 125 123 57
Binary 10001010 11011110 10100 100110 0 1011011 1101 1010101 1010011 101111

Color Harmonies of #8ADE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADE14

Black with #8ADE14

Text Example


Text Example

White with #8ADE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,20); }

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

background-color css

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

 a { background-color: rgb(138,222,20); }

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

border-color css

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

 span { border-color: rgb(138,222,20); }

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