Shades of Conifer #ACF75B
Tints of Conifer #ACF75B
RGB
CMYK
RGB Variations
Color information
#ACF75B (or 0xACF75B) is known color: Conifer. HEX triplet: AC, F7 and 5B. RGB value is (172,247,91). Sum of RGB (Red+Green+Blue) = 172+247+91=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF75B is #5308A4. Grayscale: #CFCFCF. Windows color (decimal): -5441701 or 6027180. OLE color: 6027180.
HSL color Cylindrical-coordinate representation of color #ACF75B: hue angle of 88.85º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACF75B is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 91 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.03 |
| HSL | 88.85º | 0.91% | 0.66% | - |
| HSV(B) | 88.85º | 0.63% | 0.97% | - |
| XYZ | 52.16 | 76.05 | 21.83 | - |
| YUV | 206.79 | 62.65 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 91 | 0.30 | 0 | 0.63 | 0.03 | 88.85 | 0.91 | 0.66 |
| Hex | AC | F7 | 5B | 1E | 0 | 3F | 3 | 59 | 5B | 42 |
| Octal | 254 | 367 | 133 | 36 | 0 | 77 | 3 | 131 | 133 | 102 |
| Binary | 10101100 | 11110111 | 1011011 | 11110 | 0 | 111111 | 11 | 1011001 | 1011011 | 1000010 |
Color Harmonies of #ACF75B
Complementary color
Monochromatic Colors of #ACF75B
Black with #ACF75B
Text Example
Text Example
White with #ACF75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF75B; }
p { color: rgb(172,247,91); }
H1.HeaderClassName
{
color: #ACF75B;
}
.AnyTagClassName
{
color: #ACF75B;
}
</style>
background-color css
<style>
a { background-color: #ACF75B; }
a { background-color: rgb(172,247,91); }
div.DivClassName
{
background-color: #ACF75B;
}
.BgClassName
{
background-color: #ACF75B;
}
</style>
border-color css
<style>
span { border-color: #ACF75B; }
span { border-color: rgb(172,247,91); }
td.TdClassName
{
border-color: #ACF75B;
}
.TagClassName
{
border-color: #ACF75B;
}
</style>