Shades of Conifer #ACF152
Tints of Conifer #ACF152
RGB
CMYK
RGB Variations
Color information
#ACF152 (or 0xACF152) is known color: Conifer. HEX triplet: AC, F1 and 52. RGB value is (172,241,82). Sum of RGB (Red+Green+Blue) = 172+241+82=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF152 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF152 is #530EAD. Grayscale: #CACACA. Windows color (decimal): -5443246 or 5435820. OLE color: 5435820.
HSL color Cylindrical-coordinate representation of color #ACF152: hue angle of 86.04º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF152 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 82 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.05 |
| HSL | 86.04º | 0.85% | 0.63% | - |
| HSV(B) | 86.04º | 0.66% | 0.95% | - |
| XYZ | 49.99 | 72.29 | 19.3 | - |
| YUV | 202.24 | 60.14 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 82 | 0.29 | 0 | 0.66 | 0.05 | 86.04 | 0.85 | 0.63 |
| Hex | AC | F1 | 52 | 1D | 0 | 42 | 5 | 56 | 55 | 3F |
| Octal | 254 | 361 | 122 | 35 | 0 | 102 | 5 | 126 | 125 | 77 |
| Binary | 10101100 | 11110001 | 1010010 | 11101 | 0 | 1000010 | 101 | 1010110 | 1010101 | 111111 |
Color Harmonies of #ACF152
Complementary color
Monochromatic Colors of #ACF152
Black with #ACF152
Text Example
Text Example
White with #ACF152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF152; }
p { color: rgb(172,241,82); }
H1.HeaderClassName
{
color: #ACF152;
}
.AnyTagClassName
{
color: #ACF152;
}
</style>
background-color css
<style>
a { background-color: #ACF152; }
a { background-color: rgb(172,241,82); }
div.DivClassName
{
background-color: #ACF152;
}
.BgClassName
{
background-color: #ACF152;
}
</style>
border-color css
<style>
span { border-color: #ACF152; }
span { border-color: rgb(172,241,82); }
td.TdClassName
{
border-color: #ACF152;
}
.TagClassName
{
border-color: #ACF152;
}
</style>