Shades of Yellow Green #ACD52B
Tints of Yellow Green #ACD52B
RGB
CMYK
RGB Variations
Color information
#ACD52B (or 0xACD52B) is known color: Yellow Green. HEX triplet: AC, D5 and 2B. RGB value is (172,213,43). Sum of RGB (Red+Green+Blue) = 172+213+43=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD52B is #532AD4. Grayscale: #B5B5B5. Windows color (decimal): -5450453 or 2872748. OLE color: 2872748.
HSL color Cylindrical-coordinate representation of color #ACD52B: hue angle of 74.47º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACD52B is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 43 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.16 |
| HSL | 74.47º | 0.67% | 0.5% | - |
| HSV(B) | 74.47º | 0.8% | 0.84% | - |
| XYZ | 41.24 | 56.53 | 11.02 | - |
| YUV | 181.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 43 | 0.19 | 0 | 0.80 | 0.16 | 74.47 | 0.67 | 0.5 |
| Hex | AC | D5 | 2B | 13 | 0 | 50 | 10 | 4A | 43 | 32 |
| Octal | 254 | 325 | 53 | 23 | 0 | 120 | 20 | 112 | 103 | 62 |
| Binary | 10101100 | 11010101 | 101011 | 10011 | 0 | 1010000 | 10000 | 1001010 | 1000011 | 110010 |
Color Harmonies of #ACD52B
Complementary color
Monochromatic Colors of #ACD52B
Black with #ACD52B
Text Example
Text Example
White with #ACD52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD52B; }
p { color: rgb(172,213,43); }
H1.HeaderClassName
{
color: #ACD52B;
}
.AnyTagClassName
{
color: #ACD52B;
}
</style>
background-color css
<style>
a { background-color: #ACD52B; }
a { background-color: rgb(172,213,43); }
div.DivClassName
{
background-color: #ACD52B;
}
.BgClassName
{
background-color: #ACD52B;
}
</style>
border-color css
<style>
span { border-color: #ACD52B; }
span { border-color: rgb(172,213,43); }
td.TdClassName
{
border-color: #ACD52B;
}
.TagClassName
{
border-color: #ACD52B;
}
</style>