Shades of Conifer #ACF362
Tints of Conifer #ACF362
RGB
CMYK
RGB Variations
Color information
#ACF362 (or 0xACF362) is known color: Conifer. HEX triplet: AC, F3 and 62. RGB value is (172,243,98). Sum of RGB (Red+Green+Blue) = 172+243+98=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF362 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF362 is #530C9D. Grayscale: #CDCDCD. Windows color (decimal): -5442718 or 6484908. OLE color: 6484908.
HSL color Cylindrical-coordinate representation of color #ACF362: hue angle of 89.38º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACF362 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 98 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.05 |
| HSL | 89.38º | 0.86% | 0.67% | - |
| HSV(B) | 89.38º | 0.6% | 0.95% | - |
| XYZ | 51.27 | 73.75 | 23.09 | - |
| YUV | 205.24 | 67.48 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 98 | 0.29 | 0 | 0.60 | 0.05 | 89.38 | 0.86 | 0.67 |
| Hex | AC | F3 | 62 | 1D | 0 | 3C | 5 | 59 | 56 | 43 |
| Octal | 254 | 363 | 142 | 35 | 0 | 74 | 5 | 131 | 126 | 103 |
| Binary | 10101100 | 11110011 | 1100010 | 11101 | 0 | 111100 | 101 | 1011001 | 1010110 | 1000011 |
Color Harmonies of #ACF362
Complementary color
Monochromatic Colors of #ACF362
Black with #ACF362
Text Example
Text Example
White with #ACF362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF362; }
p { color: rgb(172,243,98); }
H1.HeaderClassName
{
color: #ACF362;
}
.AnyTagClassName
{
color: #ACF362;
}
</style>
background-color css
<style>
a { background-color: #ACF362; }
a { background-color: rgb(172,243,98); }
div.DivClassName
{
background-color: #ACF362;
}
.BgClassName
{
background-color: #ACF362;
}
</style>
border-color css
<style>
span { border-color: #ACF362; }
span { border-color: rgb(172,243,98); }
td.TdClassName
{
border-color: #ACF362;
}
.TagClassName
{
border-color: #ACF362;
}
</style>