Shades of Yellow Green #8AD01E
Tints of Yellow Green #8AD01E
RGB
CMYK
RGB Variations
Color information
#8AD01E (or 0x8AD01E) is known color: Yellow Green. HEX triplet: 8A, D0 and 1E. RGB value is (138,208,30). Sum of RGB (Red+Green+Blue) = 138+208+30=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD01E is #752FE1. Grayscale: #A7A7A7. Windows color (decimal): -7679970 or 2019466. OLE color: 2019466.
HSL color Cylindrical-coordinate representation of color #8AD01E: hue angle of 83.6º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AD01E is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 30 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.18 |
| HSL | 83.6º | 0.75% | 0.47% | - |
| HSV(B) | 83.6º | 0.86% | 0.82% | - |
| XYZ | 33.27 | 50.61 | 9.24 | - |
| YUV | 166.78 | 50.81 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 30 | 0.34 | 0 | 0.86 | 0.18 | 83.6 | 0.75 | 0.47 |
| Hex | 8A | D0 | 1E | 22 | 0 | 56 | 12 | 54 | 4B | 2F |
| Octal | 212 | 320 | 36 | 42 | 0 | 126 | 22 | 124 | 113 | 57 |
| Binary | 10001010 | 11010000 | 11110 | 100010 | 0 | 1010110 | 10010 | 1010100 | 1001011 | 101111 |
Color Harmonies of #8AD01E
Complementary color
Monochromatic Colors of #8AD01E
Black with #8AD01E
Text Example
Text Example
White with #8AD01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD01E; }
p { color: rgb(138,208,30); }
H1.HeaderClassName
{
color: #8AD01E;
}
.AnyTagClassName
{
color: #8AD01E;
}
</style>
background-color css
<style>
a { background-color: #8AD01E; }
a { background-color: rgb(138,208,30); }
div.DivClassName
{
background-color: #8AD01E;
}
.BgClassName
{
background-color: #8AD01E;
}
</style>
border-color css
<style>
span { border-color: #8AD01E; }
span { border-color: rgb(138,208,30); }
td.TdClassName
{
border-color: #8AD01E;
}
.TagClassName
{
border-color: #8AD01E;
}
</style>