Shades of Yellow Green #ACCF2E
Tints of Yellow Green #ACCF2E
RGB
CMYK
RGB Variations
Color information
#ACCF2E (or 0xACCF2E) is known color: Yellow Green. HEX triplet: AC, CF and 2E. RGB value is (172,207,46). Sum of RGB (Red+Green+Blue) = 172+207+46=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF2E is #5330D1. Grayscale: #B2B2B2. Windows color (decimal): -5451986 or 3067820. OLE color: 3067820.
HSL color Cylindrical-coordinate representation of color #ACCF2E: hue angle of 73.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACCF2E is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 46 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.19 |
| HSL | 73.04º | 0.64% | 0.5% | - |
| HSV(B) | 73.04º | 0.78% | 0.81% | - |
| XYZ | 39.82 | 53.59 | 10.83 | - |
| YUV | 178.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 46 | 0.17 | 0 | 0.78 | 0.19 | 73.04 | 0.64 | 0.5 |
| Hex | AC | CF | 2E | 11 | 0 | 4E | 13 | 49 | 40 | 32 |
| Octal | 254 | 317 | 56 | 21 | 0 | 116 | 23 | 111 | 100 | 62 |
| Binary | 10101100 | 11001111 | 101110 | 10001 | 0 | 1001110 | 10011 | 1001001 | 1000000 | 110010 |
Color Harmonies of #ACCF2E
Complementary color
Monochromatic Colors of #ACCF2E
Black with #ACCF2E
Text Example
Text Example
White with #ACCF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF2E; }
p { color: rgb(172,207,46); }
H1.HeaderClassName
{
color: #ACCF2E;
}
.AnyTagClassName
{
color: #ACCF2E;
}
</style>
background-color css
<style>
a { background-color: #ACCF2E; }
a { background-color: rgb(172,207,46); }
div.DivClassName
{
background-color: #ACCF2E;
}
.BgClassName
{
background-color: #ACCF2E;
}
</style>
border-color css
<style>
span { border-color: #ACCF2E; }
span { border-color: rgb(172,207,46); }
td.TdClassName
{
border-color: #ACCF2E;
}
.TagClassName
{
border-color: #ACCF2E;
}
</style>