Shades of Conifer #ACFC5B
Tints of Conifer #ACFC5B
RGB
CMYK
RGB Variations
Color information
#ACFC5B (or 0xACFC5B) is known color: Conifer. HEX triplet: AC, FC and 5B. RGB value is (172,252,91). Sum of RGB (Red+Green+Blue) = 172+252+91=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC5B is #5303A4. Grayscale: #D2D2D2. Windows color (decimal): -5440421 or 6028460. OLE color: 6028460.
HSL color Cylindrical-coordinate representation of color #ACFC5B: hue angle of 89.81º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACFC5B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 91 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.01 |
| HSL | 89.81º | 0.96% | 0.67% | - |
| HSV(B) | 89.81º | 0.64% | 0.99% | - |
| XYZ | 53.71 | 79.15 | 22.34 | - |
| YUV | 209.73 | 61 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 91 | 0.32 | 0 | 0.64 | 0.01 | 89.81 | 0.96 | 0.67 |
| Hex | AC | FC | 5B | 20 | 0 | 40 | 1 | 5A | 60 | 43 |
| Octal | 254 | 374 | 133 | 40 | 0 | 100 | 1 | 132 | 140 | 103 |
| Binary | 10101100 | 11111100 | 1011011 | 100000 | 0 | 1000000 | 1 | 1011010 | 1100000 | 1000011 |
Color Harmonies of #ACFC5B
Complementary color
Monochromatic Colors of #ACFC5B
Black with #ACFC5B
Text Example
Text Example
White with #ACFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC5B; }
p { color: rgb(172,252,91); }
H1.HeaderClassName
{
color: #ACFC5B;
}
.AnyTagClassName
{
color: #ACFC5B;
}
</style>
background-color css
<style>
a { background-color: #ACFC5B; }
a { background-color: rgb(172,252,91); }
div.DivClassName
{
background-color: #ACFC5B;
}
.BgClassName
{
background-color: #ACFC5B;
}
</style>
border-color css
<style>
span { border-color: #ACFC5B; }
span { border-color: rgb(172,252,91); }
td.TdClassName
{
border-color: #ACFC5B;
}
.TagClassName
{
border-color: #ACFC5B;
}
</style>