Shades of Yellow Green #8ACF1E
Tints of Yellow Green #8ACF1E
RGB
CMYK
RGB Variations
Color information
#8ACF1E (or 0x8ACF1E) is known color: Yellow Green. HEX triplet: 8A, CF and 1E. RGB value is (138,207,30). Sum of RGB (Red+Green+Blue) = 138+207+30=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF1E is #7530E1. Grayscale: #A6A6A6. Windows color (decimal): -7680226 or 2019210. OLE color: 2019210.
HSL color Cylindrical-coordinate representation of color #8ACF1E: hue angle of 83.39º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8ACF1E is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 30 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.19 |
| HSL | 83.39º | 0.75% | 0.46% | - |
| HSV(B) | 83.39º | 0.86% | 0.81% | - |
| XYZ | 33.03 | 50.12 | 9.16 | - |
| YUV | 166.19 | 51.14 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 30 | 0.33 | 0 | 0.86 | 0.19 | 83.39 | 0.75 | 0.46 |
| Hex | 8A | CF | 1E | 21 | 0 | 56 | 13 | 53 | 4B | 2E |
| Octal | 212 | 317 | 36 | 41 | 0 | 126 | 23 | 123 | 113 | 56 |
| Binary | 10001010 | 11001111 | 11110 | 100001 | 0 | 1010110 | 10011 | 1010011 | 1001011 | 101110 |
Color Harmonies of #8ACF1E
Complementary color
Monochromatic Colors of #8ACF1E
Black with #8ACF1E
Text Example
Text Example
White with #8ACF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF1E; }
p { color: rgb(138,207,30); }
H1.HeaderClassName
{
color: #8ACF1E;
}
.AnyTagClassName
{
color: #8ACF1E;
}
</style>
background-color css
<style>
a { background-color: #8ACF1E; }
a { background-color: rgb(138,207,30); }
div.DivClassName
{
background-color: #8ACF1E;
}
.BgClassName
{
background-color: #8ACF1E;
}
</style>
border-color css
<style>
span { border-color: #8ACF1E; }
span { border-color: rgb(138,207,30); }
td.TdClassName
{
border-color: #8ACF1E;
}
.TagClassName
{
border-color: #8ACF1E;
}
</style>