Shades of Conifer #ACF45A
Tints of Conifer #ACF45A
RGB
CMYK
RGB Variations
Color information
#ACF45A (or 0xACF45A) is known color: Conifer. HEX triplet: AC, F4 and 5A. RGB value is (172,244,90). Sum of RGB (Red+Green+Blue) = 172+244+90=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF45A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF45A is #530BA5. Grayscale: #CDCDCD. Windows color (decimal): -5442470 or 5960876. OLE color: 5960876.
HSL color Cylindrical-coordinate representation of color #ACF45A: hue angle of 88.05º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACF45A is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 90 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.04 |
| HSL | 88.05º | 0.88% | 0.65% | - |
| HSV(B) | 88.05º | 0.63% | 0.96% | - |
| XYZ | 51.21 | 74.21 | 21.3 | - |
| YUV | 204.92 | 63.15 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 90 | 0.30 | 0 | 0.63 | 0.04 | 88.05 | 0.88 | 0.65 |
| Hex | AC | F4 | 5A | 1E | 0 | 3F | 4 | 58 | 58 | 41 |
| Octal | 254 | 364 | 132 | 36 | 0 | 77 | 4 | 130 | 130 | 101 |
| Binary | 10101100 | 11110100 | 1011010 | 11110 | 0 | 111111 | 100 | 1011000 | 1011000 | 1000001 |
Color Harmonies of #ACF45A
Complementary color
Monochromatic Colors of #ACF45A
Black with #ACF45A
Text Example
Text Example
White with #ACF45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF45A; }
p { color: rgb(172,244,90); }
H1.HeaderClassName
{
color: #ACF45A;
}
.AnyTagClassName
{
color: #ACF45A;
}
</style>
background-color css
<style>
a { background-color: #ACF45A; }
a { background-color: rgb(172,244,90); }
div.DivClassName
{
background-color: #ACF45A;
}
.BgClassName
{
background-color: #ACF45A;
}
</style>
border-color css
<style>
span { border-color: #ACF45A; }
span { border-color: rgb(172,244,90); }
td.TdClassName
{
border-color: #ACF45A;
}
.TagClassName
{
border-color: #ACF45A;
}
</style>