Shades of Conifer #ACF26A
Tints of Conifer #ACF26A
RGB
CMYK
RGB Variations
Color information
#ACF26A (or 0xACF26A) is known color: Conifer. HEX triplet: AC, F2 and 6A. RGB value is (172,242,106). Sum of RGB (Red+Green+Blue) = 172+242+106=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF26A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF26A is #530D95. Grayscale: #CECECE. Windows color (decimal): -5442966 or 7008940. OLE color: 7008940.
HSL color Cylindrical-coordinate representation of color #ACF26A: hue angle of 90.88º degrees, saturation: 0.84, 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 #ACF26A is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 106 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.05 |
| HSL | 90.88º | 0.84% | 0.68% | - |
| HSV(B) | 90.88º | 0.56% | 0.95% | - |
| XYZ | 51.37 | 73.32 | 25.08 | - |
| YUV | 205.57 | 71.81 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 106 | 0.29 | 0 | 0.56 | 0.05 | 90.88 | 0.84 | 0.68 |
| Hex | AC | F2 | 6A | 1D | 0 | 38 | 5 | 5B | 54 | 44 |
| Octal | 254 | 362 | 152 | 35 | 0 | 70 | 5 | 133 | 124 | 104 |
| Binary | 10101100 | 11110010 | 1101010 | 11101 | 0 | 111000 | 101 | 1011011 | 1010100 | 1000100 |
Color Harmonies of #ACF26A
Complementary color
Monochromatic Colors of #ACF26A
Black with #ACF26A
Text Example
Text Example
White with #ACF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF26A; }
p { color: rgb(172,242,106); }
H1.HeaderClassName
{
color: #ACF26A;
}
.AnyTagClassName
{
color: #ACF26A;
}
</style>
background-color css
<style>
a { background-color: #ACF26A; }
a { background-color: rgb(172,242,106); }
div.DivClassName
{
background-color: #ACF26A;
}
.BgClassName
{
background-color: #ACF26A;
}
</style>
border-color css
<style>
span { border-color: #ACF26A; }
span { border-color: rgb(172,242,106); }
td.TdClassName
{
border-color: #ACF26A;
}
.TagClassName
{
border-color: #ACF26A;
}
</style>