Shades of Conifer #ACF368
Tints of Conifer #ACF368
RGB
CMYK
RGB Variations
Color information
#ACF368 (or 0xACF368) is known color: Conifer. HEX triplet: AC, F3 and 68. RGB value is (172,243,104). Sum of RGB (Red+Green+Blue) = 172+243+104=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF368 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF368 is #530C97. Grayscale: #CECECE. Windows color (decimal): -5442712 or 6878124. OLE color: 6878124.
HSL color Cylindrical-coordinate representation of color #ACF368: hue angle of 90.65º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACF368 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 104 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.05 |
| HSL | 90.65º | 0.85% | 0.68% | - |
| HSV(B) | 90.65º | 0.57% | 0.95% | - |
| XYZ | 51.56 | 73.87 | 24.64 | - |
| YUV | 205.93 | 70.48 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 104 | 0.29 | 0 | 0.57 | 0.05 | 90.65 | 0.85 | 0.68 |
| Hex | AC | F3 | 68 | 1D | 0 | 39 | 5 | 5B | 55 | 44 |
| Octal | 254 | 363 | 150 | 35 | 0 | 71 | 5 | 133 | 125 | 104 |
| Binary | 10101100 | 11110011 | 1101000 | 11101 | 0 | 111001 | 101 | 1011011 | 1010101 | 1000100 |
Color Harmonies of #ACF368
Complementary color
Monochromatic Colors of #ACF368
Black with #ACF368
Text Example
Text Example
White with #ACF368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF368; }
p { color: rgb(172,243,104); }
H1.HeaderClassName
{
color: #ACF368;
}
.AnyTagClassName
{
color: #ACF368;
}
</style>
background-color css
<style>
a { background-color: #ACF368; }
a { background-color: rgb(172,243,104); }
div.DivClassName
{
background-color: #ACF368;
}
.BgClassName
{
background-color: #ACF368;
}
</style>
border-color css
<style>
span { border-color: #ACF368; }
span { border-color: rgb(172,243,104); }
td.TdClassName
{
border-color: #ACF368;
}
.TagClassName
{
border-color: #ACF368;
}
</style>