Html Css Color HEX #8AD814 Yellow Green

📋 copy color: '#8AD814'

red 138 ◦ green 216 ◦ blue 20

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

Shades of Yellow Green #8AD814

Tints of Yellow Green #8AD814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.75%

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

R = 36.9%
G = 57.75%
B = 5.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#8AD814 (or 0x8AD814) is known color: Yellow Green. HEX triplet: 8A, D8 and 14. RGB value is (138,216,20). Sum of RGB (Red+Green+Blue) = 138+216+20=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD814 is #7527EB. Grayscale: #ABABAB. Windows color (decimal): -7677932 or 1366154. OLE color: 1366154.

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

Color convert

RGB 138 216 20 -
CMYK 0.36 0 0.91 0.15
HSL 83.88º 0.83% 0.46% -
HSV(B) 83.88º 0.91% 0.85% -
XYZ 35.16 54.57 9.34 -
YUV 170.33 43.16 104.94 -
System Red Green Blue C M Y K H S L
Decimal 138 216 20 0.36 0 0.91 0.15 83.88 0.83 0.46
Hex 8A D8 14 24 0 5B F 54 53 2E
Octal 212 330 24 44 0 133 17 124 123 56
Binary 10001010 11011000 10100 100100 0 1011011 1111 1010100 1010011 101110

Color Harmonies of #8AD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD814

Black with #8AD814

Text Example


Text Example

White with #8AD814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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