Html Css Color HEX #8AD613 Yellow Green

📋 copy color: '#8AD613'

red 138 ◦ green 214 ◦ blue 19

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

Shades of Yellow Green #8AD613

Tints of Yellow Green #8AD613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.68%

 BLUE value IS 19 (7.81% from 255) = 5.12%

R = 37.2%
G = 57.68%
B = 5.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#8AD613 (or 0x8AD613) is known color: Yellow Green. HEX triplet: 8A, D6 and 13. RGB value is (138,214,19). Sum of RGB (Red+Green+Blue) = 138+214+19=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD613 is #7529EC. Grayscale: #A9A9A9. Windows color (decimal): -7678445 or 1300106. OLE color: 1300106.

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

Color convert

RGB 138 214 19 -
CMYK 0.36 0 0.91 0.16
HSL 83.38º 0.84% 0.46% -
HSV(B) 83.38º 0.91% 0.84% -
XYZ 34.65 53.54 9.13 -
YUV 169.05 43.32 105.86 -
System Red Green Blue C M Y K H S L
Decimal 138 214 19 0.36 0 0.91 0.16 83.38 0.84 0.46
Hex 8A D6 13 24 0 5B 10 53 54 2E
Octal 212 326 23 44 0 133 20 123 124 56
Binary 10001010 11010110 10011 100100 0 1011011 10000 1010011 1010100 101110

Color Harmonies of #8AD613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD613

Black with #8AD613

Text Example


Text Example

White with #8AD613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,214,19); }

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

background-color css

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

 a { background-color: rgb(138,214,19); }

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

border-color css

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

 span { border-color: rgb(138,214,19); }

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