Shades of Conifer #ACF065
Tints of Conifer #ACF065
RGB
CMYK
RGB Variations
Color information
#ACF065 (or 0xACF065) is known color: Conifer. HEX triplet: AC, F0 and 65. RGB value is (172,240,101). Sum of RGB (Red+Green+Blue) = 172+240+101=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF065 is #530F9A. Grayscale: #CCCCCC. Windows color (decimal): -5443483 or 6680748. OLE color: 6680748.
HSL color Cylindrical-coordinate representation of color #ACF065: hue angle of 89.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACF065 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 101 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.06 |
| HSL | 89.35º | 0.82% | 0.67% | - |
| HSV(B) | 89.35º | 0.58% | 0.94% | - |
| XYZ | 50.52 | 72.03 | 23.55 | - |
| YUV | 203.82 | 69.97 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 101 | 0.28 | 0 | 0.58 | 0.06 | 89.35 | 0.82 | 0.67 |
| Hex | AC | F0 | 65 | 1C | 0 | 3A | 6 | 59 | 52 | 43 |
| Octal | 254 | 360 | 145 | 34 | 0 | 72 | 6 | 131 | 122 | 103 |
| Binary | 10101100 | 11110000 | 1100101 | 11100 | 0 | 111010 | 110 | 1011001 | 1010010 | 1000011 |
Color Harmonies of #ACF065
Complementary color
Monochromatic Colors of #ACF065
Black with #ACF065
Text Example
Text Example
White with #ACF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF065; }
p { color: rgb(172,240,101); }
H1.HeaderClassName
{
color: #ACF065;
}
.AnyTagClassName
{
color: #ACF065;
}
</style>
background-color css
<style>
a { background-color: #ACF065; }
a { background-color: rgb(172,240,101); }
div.DivClassName
{
background-color: #ACF065;
}
.BgClassName
{
background-color: #ACF065;
}
</style>
border-color css
<style>
span { border-color: #ACF065; }
span { border-color: rgb(172,240,101); }
td.TdClassName
{
border-color: #ACF065;
}
.TagClassName
{
border-color: #ACF065;
}
</style>