Html Css Color HEX #8AD712 Yellow Green

📋 copy color: '#8AD712'

red 138 ◦ green 215 ◦ blue 18

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

Shades of Yellow Green #8AD712

Tints of Yellow Green #8AD712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 37.2%
G = 57.95%
B = 4.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#8AD712 (or 0x8AD712) is known color: Yellow Green. HEX triplet: 8A, D7 and 12. RGB value is (138,215,18). Sum of RGB (Red+Green+Blue) = 138+215+18=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 215 (84.38% from 255 or 57.95% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD712 is #7528ED. Grayscale: #AAAAAA. Windows color (decimal): -7678190 or 1234826. OLE color: 1234826.

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

Color convert

RGB 138 215 18 -
CMYK 0.36 0 0.92 0.16
HSL 83.45º 0.85% 0.46% -
HSV(B) 83.45º 0.92% 0.84% -
XYZ 34.89 54.05 9.17 -
YUV 169.52 42.49 105.52 -
System Red Green Blue C M Y K H S L
Decimal 138 215 18 0.36 0 0.92 0.16 83.45 0.85 0.46
Hex 8A D7 12 24 0 5C 10 53 55 2E
Octal 212 327 22 44 0 134 20 123 125 56
Binary 10001010 11010111 10010 100100 0 1011100 10000 1010011 1010101 101110

Color Harmonies of #8AD712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD712

Black with #8AD712

Text Example


Text Example

White with #8AD712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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