Shades of Yellow Green #8AD01C
Tints of Yellow Green #8AD01C
RGB
CMYK
RGB Variations
Color information
#8AD01C (or 0x8AD01C) is known color: Yellow Green. HEX triplet: 8A, D0 and 1C. RGB value is (138,208,28). Sum of RGB (Red+Green+Blue) = 138+208+28=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD01C is #752FE3. Grayscale: #A7A7A7. Windows color (decimal): -7679972 or 1888394. OLE color: 1888394.
HSL color Cylindrical-coordinate representation of color #8AD01C: hue angle of 83.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AD01C is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 28 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.18 |
| HSL | 83.33º | 0.76% | 0.46% | - |
| HSV(B) | 83.33º | 0.87% | 0.82% | - |
| XYZ | 33.25 | 50.6 | 9.11 | - |
| YUV | 166.55 | 49.81 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 28 | 0.34 | 0 | 0.87 | 0.18 | 83.33 | 0.76 | 0.46 |
| Hex | 8A | D0 | 1C | 22 | 0 | 57 | 12 | 53 | 4C | 2E |
| Octal | 212 | 320 | 34 | 42 | 0 | 127 | 22 | 123 | 114 | 56 |
| Binary | 10001010 | 11010000 | 11100 | 100010 | 0 | 1010111 | 10010 | 1010011 | 1001100 | 101110 |
Color Harmonies of #8AD01C
Complementary color
Monochromatic Colors of #8AD01C
Black with #8AD01C
Text Example
Text Example
White with #8AD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD01C; }
p { color: rgb(138,208,28); }
H1.HeaderClassName
{
color: #8AD01C;
}
.AnyTagClassName
{
color: #8AD01C;
}
</style>
background-color css
<style>
a { background-color: #8AD01C; }
a { background-color: rgb(138,208,28); }
div.DivClassName
{
background-color: #8AD01C;
}
.BgClassName
{
background-color: #8AD01C;
}
</style>
border-color css
<style>
span { border-color: #8AD01C; }
span { border-color: rgb(138,208,28); }
td.TdClassName
{
border-color: #8AD01C;
}
.TagClassName
{
border-color: #8AD01C;
}
</style>