Shades of Yellow Green #8ACF19
Tints of Yellow Green #8ACF19
RGB
CMYK
RGB Variations
Color information
#8ACF19 (or 0x8ACF19) is known color: Yellow Green. HEX triplet: 8A, CF and 19. RGB value is (138,207,25). Sum of RGB (Red+Green+Blue) = 138+207+25=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACF19 is #7530E6. Grayscale: #A6A6A6. Windows color (decimal): -7680231 or 1691530. OLE color: 1691530.
HSL color Cylindrical-coordinate representation of color #8ACF19: hue angle of 82.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8ACF19 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 25 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.19 |
| HSL | 82.75º | 0.78% | 0.45% | - |
| HSV(B) | 82.75º | 0.88% | 0.81% | - |
| XYZ | 32.97 | 50.1 | 8.85 | - |
| YUV | 165.62 | 48.64 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 25 | 0.33 | 0 | 0.88 | 0.19 | 82.75 | 0.78 | 0.45 |
| Hex | 8A | CF | 19 | 21 | 0 | 58 | 13 | 53 | 4E | 2D |
| Octal | 212 | 317 | 31 | 41 | 0 | 130 | 23 | 123 | 116 | 55 |
| Binary | 10001010 | 11001111 | 11001 | 100001 | 0 | 1011000 | 10011 | 1010011 | 1001110 | 101101 |
Color Harmonies of #8ACF19
Complementary color
Monochromatic Colors of #8ACF19
Black with #8ACF19
Text Example
Text Example
White with #8ACF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF19; }
p { color: rgb(138,207,25); }
H1.HeaderClassName
{
color: #8ACF19;
}
.AnyTagClassName
{
color: #8ACF19;
}
</style>
background-color css
<style>
a { background-color: #8ACF19; }
a { background-color: rgb(138,207,25); }
div.DivClassName
{
background-color: #8ACF19;
}
.BgClassName
{
background-color: #8ACF19;
}
</style>
border-color css
<style>
span { border-color: #8ACF19; }
span { border-color: rgb(138,207,25); }
td.TdClassName
{
border-color: #8ACF19;
}
.TagClassName
{
border-color: #8ACF19;
}
</style>