Shades of Conifer #ACF567
Tints of Conifer #ACF567
RGB
CMYK
RGB Variations
Color information
#ACF567 (or 0xACF567) is known color: Conifer. HEX triplet: AC, F5 and 67. RGB value is (172,245,103). Sum of RGB (Red+Green+Blue) = 172+245+103=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF567 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF567 is #530A98. Grayscale: #CFCFCF. Windows color (decimal): -5442201 or 6813100. OLE color: 6813100.
HSL color Cylindrical-coordinate representation of color #ACF567: hue angle of 90.85º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACF567 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 103 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.04 |
| HSL | 90.85º | 0.88% | 0.68% | - |
| HSV(B) | 90.85º | 0.58% | 0.96% | - |
| XYZ | 52.11 | 75.05 | 24.57 | - |
| YUV | 206.99 | 69.32 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 103 | 0.30 | 0 | 0.58 | 0.04 | 90.85 | 0.88 | 0.68 |
| Hex | AC | F5 | 67 | 1E | 0 | 3A | 4 | 5B | 58 | 44 |
| Octal | 254 | 365 | 147 | 36 | 0 | 72 | 4 | 133 | 130 | 104 |
| Binary | 10101100 | 11110101 | 1100111 | 11110 | 0 | 111010 | 100 | 1011011 | 1011000 | 1000100 |
Color Harmonies of #ACF567
Complementary color
Monochromatic Colors of #ACF567
Black with #ACF567
Text Example
Text Example
White with #ACF567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF567; }
p { color: rgb(172,245,103); }
H1.HeaderClassName
{
color: #ACF567;
}
.AnyTagClassName
{
color: #ACF567;
}
</style>
background-color css
<style>
a { background-color: #ACF567; }
a { background-color: rgb(172,245,103); }
div.DivClassName
{
background-color: #ACF567;
}
.BgClassName
{
background-color: #ACF567;
}
</style>
border-color css
<style>
span { border-color: #ACF567; }
span { border-color: rgb(172,245,103); }
td.TdClassName
{
border-color: #ACF567;
}
.TagClassName
{
border-color: #ACF567;
}
</style>