Shades of Conifer #ACF252
Tints of Conifer #ACF252
RGB
CMYK
RGB Variations
Color information
#ACF252 (or 0xACF252) is known color: Conifer. HEX triplet: AC, F2 and 52. RGB value is (172,242,82). Sum of RGB (Red+Green+Blue) = 172+242+82=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF252 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF252 is #530DAD. Grayscale: #CBCBCB. Windows color (decimal): -5442990 or 5436076. OLE color: 5436076.
HSL color Cylindrical-coordinate representation of color #ACF252: hue angle of 86.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF252 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 82 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.05 |
| HSL | 86.25º | 0.86% | 0.64% | - |
| HSV(B) | 86.25º | 0.66% | 0.95% | - |
| XYZ | 50.29 | 72.88 | 19.4 | - |
| YUV | 202.83 | 59.81 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 82 | 0.29 | 0 | 0.66 | 0.05 | 86.25 | 0.86 | 0.64 |
| Hex | AC | F2 | 52 | 1D | 0 | 42 | 5 | 56 | 56 | 40 |
| Octal | 254 | 362 | 122 | 35 | 0 | 102 | 5 | 126 | 126 | 100 |
| Binary | 10101100 | 11110010 | 1010010 | 11101 | 0 | 1000010 | 101 | 1010110 | 1010110 | 1000000 |
Color Harmonies of #ACF252
Complementary color
Monochromatic Colors of #ACF252
Black with #ACF252
Text Example
Text Example
White with #ACF252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF252; }
p { color: rgb(172,242,82); }
H1.HeaderClassName
{
color: #ACF252;
}
.AnyTagClassName
{
color: #ACF252;
}
</style>
background-color css
<style>
a { background-color: #ACF252; }
a { background-color: rgb(172,242,82); }
div.DivClassName
{
background-color: #ACF252;
}
.BgClassName
{
background-color: #ACF252;
}
</style>
border-color css
<style>
span { border-color: #ACF252; }
span { border-color: rgb(172,242,82); }
td.TdClassName
{
border-color: #ACF252;
}
.TagClassName
{
border-color: #ACF252;
}
</style>