Shades of Yellow Green #8ACF28
Tints of Yellow Green #8ACF28
RGB
CMYK
RGB Variations
Color information
#8ACF28 (or 0x8ACF28) is known color: Yellow Green. HEX triplet: 8A, CF and 28. RGB value is (138,207,40). Sum of RGB (Red+Green+Blue) = 138+207+40=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF28 is #7530D7. Grayscale: #A7A7A7. Windows color (decimal): -7680216 or 2674570. OLE color: 2674570.
HSL color Cylindrical-coordinate representation of color #8ACF28: hue angle of 84.79º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8ACF28 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 40 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.19 |
| HSL | 84.79º | 0.68% | 0.48% | - |
| HSV(B) | 84.79º | 0.81% | 0.81% | - |
| XYZ | 33.18 | 50.18 | 9.94 | - |
| YUV | 167.33 | 56.14 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 40 | 0.33 | 0 | 0.81 | 0.19 | 84.79 | 0.68 | 0.48 |
| Hex | 8A | CF | 28 | 21 | 0 | 51 | 13 | 55 | 44 | 30 |
| Octal | 212 | 317 | 50 | 41 | 0 | 121 | 23 | 125 | 104 | 60 |
| Binary | 10001010 | 11001111 | 101000 | 100001 | 0 | 1010001 | 10011 | 1010101 | 1000100 | 110000 |
Color Harmonies of #8ACF28
Complementary color
Monochromatic Colors of #8ACF28
Black with #8ACF28
Text Example
Text Example
White with #8ACF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF28; }
p { color: rgb(138,207,40); }
H1.HeaderClassName
{
color: #8ACF28;
}
.AnyTagClassName
{
color: #8ACF28;
}
</style>
background-color css
<style>
a { background-color: #8ACF28; }
a { background-color: rgb(138,207,40); }
div.DivClassName
{
background-color: #8ACF28;
}
.BgClassName
{
background-color: #8ACF28;
}
</style>
border-color css
<style>
span { border-color: #8ACF28; }
span { border-color: rgb(138,207,40); }
td.TdClassName
{
border-color: #8ACF28;
}
.TagClassName
{
border-color: #8ACF28;
}
</style>