Html Css Color HEX #8AD710 Yellow Green

📋 copy color: '#8AD710'

red 138 ◦ green 215 ◦ blue 16

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

Shades of Yellow Green #8AD710

Tints of Yellow Green #8AD710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.27%

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 37.4%
G = 58.27%
B = 4.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#8AD710 (or 0x8AD710) is known color: Yellow Green. HEX triplet: 8A, D7 and 10. RGB value is (138,215,16). Sum of RGB (Red+Green+Blue) = 138+215+16=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD710 is #7528EF. Grayscale: #AAAAAA. Windows color (decimal): -7678192 or 1103754. OLE color: 1103754.

HSL color Cylindrical-coordinate representation of color #8AD710: hue angle of 83.22º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AD710 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 215 16 -
CMYK 0.36 0 0.93 0.16
HSL 83.22º 0.86% 0.45% -
HSV(B) 83.22º 0.93% 0.84% -
XYZ 34.88 54.04 9.08 -
YUV 169.29 41.49 105.68 -
System Red Green Blue C M Y K H S L
Decimal 138 215 16 0.36 0 0.93 0.16 83.22 0.86 0.45
Hex 8A D7 10 24 0 5D 10 53 56 2D
Octal 212 327 20 44 0 135 20 123 126 55
Binary 10001010 11010111 10000 100100 0 1011101 10000 1010011 1010110 101101

Color Harmonies of #8AD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD710

Black with #8AD710

Text Example


Text Example

White with #8AD710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,215,16); }

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

background-color css

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

 a { background-color: rgb(138,215,16); }

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

border-color css

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

 span { border-color: rgb(138,215,16); }

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