Shades of Conifer #ACF95A
Tints of Conifer #ACF95A
RGB
CMYK
RGB Variations
Color information
#ACF95A (or 0xACF95A) is known color: Conifer. HEX triplet: AC, F9 and 5A. RGB value is (172,249,90). Sum of RGB (Red+Green+Blue) = 172+249+90=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF95A is #5306A5. Grayscale: #D0D0D0. Windows color (decimal): -5441190 or 5962156. OLE color: 5962156.
HSL color Cylindrical-coordinate representation of color #ACF95A: hue angle of 89.06º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACF95A is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 90 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.02 |
| HSL | 89.06º | 0.93% | 0.66% | - |
| HSV(B) | 89.06º | 0.64% | 0.98% | - |
| XYZ | 52.73 | 77.26 | 21.81 | - |
| YUV | 207.85 | 61.49 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 90 | 0.31 | 0 | 0.64 | 0.02 | 89.06 | 0.93 | 0.66 |
| Hex | AC | F9 | 5A | 1F | 0 | 40 | 2 | 59 | 5D | 42 |
| Octal | 254 | 371 | 132 | 37 | 0 | 100 | 2 | 131 | 135 | 102 |
| Binary | 10101100 | 11111001 | 1011010 | 11111 | 0 | 1000000 | 10 | 1011001 | 1011101 | 1000010 |
Color Harmonies of #ACF95A
Complementary color
Monochromatic Colors of #ACF95A
Black with #ACF95A
Text Example
Text Example
White with #ACF95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF95A; }
p { color: rgb(172,249,90); }
H1.HeaderClassName
{
color: #ACF95A;
}
.AnyTagClassName
{
color: #ACF95A;
}
</style>
background-color css
<style>
a { background-color: #ACF95A; }
a { background-color: rgb(172,249,90); }
div.DivClassName
{
background-color: #ACF95A;
}
.BgClassName
{
background-color: #ACF95A;
}
</style>
border-color css
<style>
span { border-color: #ACF95A; }
span { border-color: rgb(172,249,90); }
td.TdClassName
{
border-color: #ACF95A;
}
.TagClassName
{
border-color: #ACF95A;
}
</style>