Shades of Conifer #ACF36A
Tints of Conifer #ACF36A
RGB
CMYK
RGB Variations
Color information
#ACF36A (or 0xACF36A) is known color: Conifer. HEX triplet: AC, F3 and 6A. RGB value is (172,243,106). Sum of RGB (Red+Green+Blue) = 172+243+106=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF36A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF36A is #530C95. Grayscale: #CECECE. Windows color (decimal): -5442710 or 7009196. OLE color: 7009196.
HSL color Cylindrical-coordinate representation of color #ACF36A: hue angle of 91.09º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACF36A is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 106 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.05 |
| HSL | 91.09º | 0.85% | 0.68% | - |
| HSV(B) | 91.09º | 0.56% | 0.95% | - |
| XYZ | 51.67 | 73.91 | 25.18 | - |
| YUV | 206.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 106 | 0.29 | 0 | 0.56 | 0.05 | 91.09 | 0.85 | 0.68 |
| Hex | AC | F3 | 6A | 1D | 0 | 38 | 5 | 5B | 55 | 44 |
| Octal | 254 | 363 | 152 | 35 | 0 | 70 | 5 | 133 | 125 | 104 |
| Binary | 10101100 | 11110011 | 1101010 | 11101 | 0 | 111000 | 101 | 1011011 | 1010101 | 1000100 |
Color Harmonies of #ACF36A
Complementary color
Monochromatic Colors of #ACF36A
Black with #ACF36A
Text Example
Text Example
White with #ACF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF36A; }
p { color: rgb(172,243,106); }
H1.HeaderClassName
{
color: #ACF36A;
}
.AnyTagClassName
{
color: #ACF36A;
}
</style>
background-color css
<style>
a { background-color: #ACF36A; }
a { background-color: rgb(172,243,106); }
div.DivClassName
{
background-color: #ACF36A;
}
.BgClassName
{
background-color: #ACF36A;
}
</style>
border-color css
<style>
span { border-color: #ACF36A; }
span { border-color: rgb(172,243,106); }
td.TdClassName
{
border-color: #ACF36A;
}
.TagClassName
{
border-color: #ACF36A;
}
</style>