Shades of Conifer #ACF267
Tints of Conifer #ACF267
RGB
CMYK
RGB Variations
Color information
#ACF267 (or 0xACF267) is known color: Conifer. HEX triplet: AC, F2 and 67. RGB value is (172,242,103). Sum of RGB (Red+Green+Blue) = 172+242+103=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF267 is #530D98. Grayscale: #CDCDCD. Windows color (decimal): -5442969 or 6812332. OLE color: 6812332.
HSL color Cylindrical-coordinate representation of color #ACF267: hue angle of 90.22º degrees, saturation: 0.84, 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 #ACF267 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 103 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.05 |
| HSL | 90.22º | 0.84% | 0.68% | - |
| HSV(B) | 90.22º | 0.57% | 0.95% | - |
| XYZ | 51.21 | 73.25 | 24.27 | - |
| YUV | 205.22 | 70.31 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 103 | 0.29 | 0 | 0.57 | 0.05 | 90.22 | 0.84 | 0.68 |
| Hex | AC | F2 | 67 | 1D | 0 | 39 | 5 | 5A | 54 | 44 |
| Octal | 254 | 362 | 147 | 35 | 0 | 71 | 5 | 132 | 124 | 104 |
| Binary | 10101100 | 11110010 | 1100111 | 11101 | 0 | 111001 | 101 | 1011010 | 1010100 | 1000100 |
Color Harmonies of #ACF267
Complementary color
Monochromatic Colors of #ACF267
Black with #ACF267
Text Example
Text Example
White with #ACF267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF267; }
p { color: rgb(172,242,103); }
H1.HeaderClassName
{
color: #ACF267;
}
.AnyTagClassName
{
color: #ACF267;
}
</style>
background-color css
<style>
a { background-color: #ACF267; }
a { background-color: rgb(172,242,103); }
div.DivClassName
{
background-color: #ACF267;
}
.BgClassName
{
background-color: #ACF267;
}
</style>
border-color css
<style>
span { border-color: #ACF267; }
span { border-color: rgb(172,242,103); }
td.TdClassName
{
border-color: #ACF267;
}
.TagClassName
{
border-color: #ACF267;
}
</style>