Shades of Conifer #ACF145
Tints of Conifer #ACF145
RGB
CMYK
RGB Variations
Color information
#ACF145 (or 0xACF145) is known color: Conifer. HEX triplet: AC, F1 and 45. RGB value is (172,241,69). Sum of RGB (Red+Green+Blue) = 172+241+69=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF145 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF145 is #530EBA. Grayscale: #C9C9C9. Windows color (decimal): -5443259 or 4583852. OLE color: 4583852.
HSL color Cylindrical-coordinate representation of color #ACF145: hue angle of 84.07º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACF145 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 69 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.05 |
| HSL | 84.07º | 0.86% | 0.61% | - |
| HSV(B) | 84.07º | 0.71% | 0.95% | - |
| XYZ | 49.54 | 72.11 | 16.94 | - |
| YUV | 200.76 | 53.64 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 69 | 0.29 | 0 | 0.71 | 0.05 | 84.07 | 0.86 | 0.61 |
| Hex | AC | F1 | 45 | 1D | 0 | 47 | 5 | 54 | 56 | 3D |
| Octal | 254 | 361 | 105 | 35 | 0 | 107 | 5 | 124 | 126 | 75 |
| Binary | 10101100 | 11110001 | 1000101 | 11101 | 0 | 1000111 | 101 | 1010100 | 1010110 | 111101 |
Color Harmonies of #ACF145
Complementary color
Monochromatic Colors of #ACF145
Black with #ACF145
Text Example
Text Example
White with #ACF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF145; }
p { color: rgb(172,241,69); }
H1.HeaderClassName
{
color: #ACF145;
}
.AnyTagClassName
{
color: #ACF145;
}
</style>
background-color css
<style>
a { background-color: #ACF145; }
a { background-color: rgb(172,241,69); }
div.DivClassName
{
background-color: #ACF145;
}
.BgClassName
{
background-color: #ACF145;
}
</style>
border-color css
<style>
span { border-color: #ACF145; }
span { border-color: rgb(172,241,69); }
td.TdClassName
{
border-color: #ACF145;
}
.TagClassName
{
border-color: #ACF145;
}
</style>