Shades of Yellow Green #8AD01D
Tints of Yellow Green #8AD01D
RGB
CMYK
RGB Variations
Color information
#8AD01D (or 0x8AD01D) is known color: Yellow Green. HEX triplet: 8A, D0 and 1D. RGB value is (138,208,29). Sum of RGB (Red+Green+Blue) = 138+208+29=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD01D is #752FE2. Grayscale: #A7A7A7. Windows color (decimal): -7679971 or 1953930. OLE color: 1953930.
HSL color Cylindrical-coordinate representation of color #8AD01D: hue angle of 83.46º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AD01D is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 29 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.18 |
| HSL | 83.46º | 0.76% | 0.46% | - |
| HSV(B) | 83.46º | 0.86% | 0.82% | - |
| XYZ | 33.26 | 50.6 | 9.18 | - |
| YUV | 166.66 | 50.31 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 29 | 0.34 | 0 | 0.86 | 0.18 | 83.46 | 0.76 | 0.46 |
| Hex | 8A | D0 | 1D | 22 | 0 | 56 | 12 | 53 | 4C | 2E |
| Octal | 212 | 320 | 35 | 42 | 0 | 126 | 22 | 123 | 114 | 56 |
| Binary | 10001010 | 11010000 | 11101 | 100010 | 0 | 1010110 | 10010 | 1010011 | 1001100 | 101110 |
Color Harmonies of #8AD01D
Complementary color
Monochromatic Colors of #8AD01D
Black with #8AD01D
Text Example
Text Example
White with #8AD01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD01D; }
p { color: rgb(138,208,29); }
H1.HeaderClassName
{
color: #8AD01D;
}
.AnyTagClassName
{
color: #8AD01D;
}
</style>
background-color css
<style>
a { background-color: #8AD01D; }
a { background-color: rgb(138,208,29); }
div.DivClassName
{
background-color: #8AD01D;
}
.BgClassName
{
background-color: #8AD01D;
}
</style>
border-color css
<style>
span { border-color: #8AD01D; }
span { border-color: rgb(138,208,29); }
td.TdClassName
{
border-color: #8AD01D;
}
.TagClassName
{
border-color: #8AD01D;
}
</style>