Shades of Yellow Green #8ACF2F
Tints of Yellow Green #8ACF2F
RGB
CMYK
RGB Variations
Color information
#8ACF2F (or 0x8ACF2F) is known color: Yellow Green. HEX triplet: 8A, CF and 2F. RGB value is (138,207,47). Sum of RGB (Red+Green+Blue) = 138+207+47=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF2F is #7530D0. Grayscale: #A8A8A8. Windows color (decimal): -7680209 or 3133322. OLE color: 3133322.
HSL color Cylindrical-coordinate representation of color #8ACF2F: hue angle of 85.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8ACF2F is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 47 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.19 |
| HSL | 85.88º | 0.63% | 0.5% | - |
| HSV(B) | 85.88º | 0.77% | 0.81% | - |
| XYZ | 33.31 | 50.23 | 10.63 | - |
| YUV | 168.13 | 59.64 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 47 | 0.33 | 0 | 0.77 | 0.19 | 85.88 | 0.63 | 0.5 |
| Hex | 8A | CF | 2F | 21 | 0 | 4D | 13 | 56 | 3F | 32 |
| Octal | 212 | 317 | 57 | 41 | 0 | 115 | 23 | 126 | 77 | 62 |
| Binary | 10001010 | 11001111 | 101111 | 100001 | 0 | 1001101 | 10011 | 1010110 | 111111 | 110010 |
Color Harmonies of #8ACF2F
Complementary color
Monochromatic Colors of #8ACF2F
Black with #8ACF2F
Text Example
Text Example
White with #8ACF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF2F; }
p { color: rgb(138,207,47); }
H1.HeaderClassName
{
color: #8ACF2F;
}
.AnyTagClassName
{
color: #8ACF2F;
}
</style>
background-color css
<style>
a { background-color: #8ACF2F; }
a { background-color: rgb(138,207,47); }
div.DivClassName
{
background-color: #8ACF2F;
}
.BgClassName
{
background-color: #8ACF2F;
}
</style>
border-color css
<style>
span { border-color: #8ACF2F; }
span { border-color: rgb(138,207,47); }
td.TdClassName
{
border-color: #8ACF2F;
}
.TagClassName
{
border-color: #8ACF2F;
}
</style>