Shades of Conifer #ACF05B
Tints of Conifer #ACF05B
RGB
CMYK
RGB Variations
Color information
#ACF05B (or 0xACF05B) is known color: Conifer. HEX triplet: AC, F0 and 5B. RGB value is (172,240,91). Sum of RGB (Red+Green+Blue) = 172+240+91=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF05B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF05B is #530FA4. Grayscale: #CBCBCB. Windows color (decimal): -5443493 or 6025388. OLE color: 6025388.
HSL color Cylindrical-coordinate representation of color #ACF05B: hue angle of 87.38º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF05B is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 91 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.06 |
| HSL | 87.38º | 0.83% | 0.65% | - |
| HSV(B) | 87.38º | 0.62% | 0.94% | - |
| XYZ | 50.06 | 71.85 | 21.13 | - |
| YUV | 202.68 | 64.97 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 91 | 0.28 | 0 | 0.62 | 0.06 | 87.38 | 0.83 | 0.65 |
| Hex | AC | F0 | 5B | 1C | 0 | 3E | 6 | 57 | 53 | 41 |
| Octal | 254 | 360 | 133 | 34 | 0 | 76 | 6 | 127 | 123 | 101 |
| Binary | 10101100 | 11110000 | 1011011 | 11100 | 0 | 111110 | 110 | 1010111 | 1010011 | 1000001 |
Color Harmonies of #ACF05B
Complementary color
Monochromatic Colors of #ACF05B
Black with #ACF05B
Text Example
Text Example
White with #ACF05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF05B; }
p { color: rgb(172,240,91); }
H1.HeaderClassName
{
color: #ACF05B;
}
.AnyTagClassName
{
color: #ACF05B;
}
</style>
background-color css
<style>
a { background-color: #ACF05B; }
a { background-color: rgb(172,240,91); }
div.DivClassName
{
background-color: #ACF05B;
}
.BgClassName
{
background-color: #ACF05B;
}
</style>
border-color css
<style>
span { border-color: #ACF05B; }
span { border-color: rgb(172,240,91); }
td.TdClassName
{
border-color: #ACF05B;
}
.TagClassName
{
border-color: #ACF05B;
}
</style>