Shades of Conifer #ACD15B
Tints of Conifer #ACD15B
RGB
CMYK
RGB Variations
Color information
#ACD15B (or 0xACD15B) is known color: Conifer. HEX triplet: AC, D1 and 5B. RGB value is (172,209,91). Sum of RGB (Red+Green+Blue) = 172+209+91=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD15B is #532EA4. Grayscale: #B8B8B8. Windows color (decimal): -5451429 or 6017452. OLE color: 6017452.
HSL color Cylindrical-coordinate representation of color #ACD15B: hue angle of 78.81º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD15B is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 91 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.18 |
| HSL | 78.81º | 0.56% | 0.59% | - |
| HSV(B) | 78.81º | 0.56% | 0.82% | - |
| XYZ | 41.7 | 55.13 | 18.34 | - |
| YUV | 184.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 91 | 0.18 | 0 | 0.56 | 0.18 | 78.81 | 0.56 | 0.59 |
| Hex | AC | D1 | 5B | 12 | 0 | 38 | 12 | 4F | 38 | 3B |
| Octal | 254 | 321 | 133 | 22 | 0 | 70 | 22 | 117 | 70 | 73 |
| Binary | 10101100 | 11010001 | 1011011 | 10010 | 0 | 111000 | 10010 | 1001111 | 111000 | 111011 |
Color Harmonies of #ACD15B
Complementary color
Monochromatic Colors of #ACD15B
Black with #ACD15B
Text Example
Text Example
White with #ACD15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD15B; }
p { color: rgb(172,209,91); }
H1.HeaderClassName
{
color: #ACD15B;
}
.AnyTagClassName
{
color: #ACD15B;
}
</style>
background-color css
<style>
a { background-color: #ACD15B; }
a { background-color: rgb(172,209,91); }
div.DivClassName
{
background-color: #ACD15B;
}
.BgClassName
{
background-color: #ACD15B;
}
</style>
border-color css
<style>
span { border-color: #ACD15B; }
span { border-color: rgb(172,209,91); }
td.TdClassName
{
border-color: #ACD15B;
}
.TagClassName
{
border-color: #ACD15B;
}
</style>