Shades of Conifer #ACF26B
Tints of Conifer #ACF26B
RGB
CMYK
RGB Variations
Color information
#ACF26B (or 0xACF26B) is known color: Conifer. HEX triplet: AC, F2 and 6B. RGB value is (172,242,107). Sum of RGB (Red+Green+Blue) = 172+242+107=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF26B is #530D94. Grayscale: #CECECE. Windows color (decimal): -5442965 or 7074476. OLE color: 7074476.
HSL color Cylindrical-coordinate representation of color #ACF26B: hue angle of 91.11º 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 #ACF26B is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 107 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.05 |
| HSL | 91.11º | 0.84% | 0.68% | - |
| HSV(B) | 91.11º | 0.56% | 0.95% | - |
| XYZ | 51.42 | 73.34 | 25.36 | - |
| YUV | 205.68 | 72.31 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 107 | 0.29 | 0 | 0.56 | 0.05 | 91.11 | 0.84 | 0.68 |
| Hex | AC | F2 | 6B | 1D | 0 | 38 | 5 | 5B | 54 | 44 |
| Octal | 254 | 362 | 153 | 35 | 0 | 70 | 5 | 133 | 124 | 104 |
| Binary | 10101100 | 11110010 | 1101011 | 11101 | 0 | 111000 | 101 | 1011011 | 1010100 | 1000100 |
Color Harmonies of #ACF26B
Complementary color
Monochromatic Colors of #ACF26B
Black with #ACF26B
Text Example
Text Example
White with #ACF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF26B; }
p { color: rgb(172,242,107); }
H1.HeaderClassName
{
color: #ACF26B;
}
.AnyTagClassName
{
color: #ACF26B;
}
</style>
background-color css
<style>
a { background-color: #ACF26B; }
a { background-color: rgb(172,242,107); }
div.DivClassName
{
background-color: #ACF26B;
}
.BgClassName
{
background-color: #ACF26B;
}
</style>
border-color css
<style>
span { border-color: #ACF26B; }
span { border-color: rgb(172,242,107); }
td.TdClassName
{
border-color: #ACF26B;
}
.TagClassName
{
border-color: #ACF26B;
}
</style>