Shades of Conifer #ACF367
Tints of Conifer #ACF367
RGB
CMYK
RGB Variations
Color information
#ACF367 (or 0xACF367) is known color: Conifer. HEX triplet: AC, F3 and 67. RGB value is (172,243,103). Sum of RGB (Red+Green+Blue) = 172+243+103=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF367 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF367 is #530C98. Grayscale: #CECECE. Windows color (decimal): -5442713 or 6812588. OLE color: 6812588.
HSL color Cylindrical-coordinate representation of color #ACF367: hue angle of 90.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACF367 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 103 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.05 |
| HSL | 90.43º | 0.85% | 0.68% | - |
| HSV(B) | 90.43º | 0.58% | 0.95% | - |
| XYZ | 51.51 | 73.85 | 24.37 | - |
| YUV | 205.81 | 69.98 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 103 | 0.29 | 0 | 0.58 | 0.05 | 90.43 | 0.85 | 0.68 |
| Hex | AC | F3 | 67 | 1D | 0 | 3A | 5 | 5A | 55 | 44 |
| Octal | 254 | 363 | 147 | 35 | 0 | 72 | 5 | 132 | 125 | 104 |
| Binary | 10101100 | 11110011 | 1100111 | 11101 | 0 | 111010 | 101 | 1011010 | 1010101 | 1000100 |
Color Harmonies of #ACF367
Complementary color
Monochromatic Colors of #ACF367
Black with #ACF367
Text Example
Text Example
White with #ACF367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF367; }
p { color: rgb(172,243,103); }
H1.HeaderClassName
{
color: #ACF367;
}
.AnyTagClassName
{
color: #ACF367;
}
</style>
background-color css
<style>
a { background-color: #ACF367; }
a { background-color: rgb(172,243,103); }
div.DivClassName
{
background-color: #ACF367;
}
.BgClassName
{
background-color: #ACF367;
}
</style>
border-color css
<style>
span { border-color: #ACF367; }
span { border-color: rgb(172,243,103); }
td.TdClassName
{
border-color: #ACF367;
}
.TagClassName
{
border-color: #ACF367;
}
</style>