Shades of Conifer #ACD250
Tints of Conifer #ACD250
RGB
CMYK
RGB Variations
Color information
#ACD250 (or 0xACD250) is known color: Conifer. HEX triplet: AC, D2 and 50. RGB value is (172,210,80). Sum of RGB (Red+Green+Blue) = 172+210+80=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD250 is #532DAF. Grayscale: #B8B8B8. Windows color (decimal): -5451184 or 5296812. OLE color: 5296812.
HSL color Cylindrical-coordinate representation of color #ACD250: hue angle of 77.54º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACD250 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 80 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.18 |
| HSL | 77.54º | 0.59% | 0.57% | - |
| HSV(B) | 77.54º | 0.62% | 0.82% | - |
| XYZ | 41.51 | 55.44 | 16.1 | - |
| YUV | 183.82 | 69.41 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 80 | 0.18 | 0 | 0.62 | 0.18 | 77.54 | 0.59 | 0.57 |
| Hex | AC | D2 | 50 | 12 | 0 | 3E | 12 | 4E | 3B | 39 |
| Octal | 254 | 322 | 120 | 22 | 0 | 76 | 22 | 116 | 73 | 71 |
| Binary | 10101100 | 11010010 | 1010000 | 10010 | 0 | 111110 | 10010 | 1001110 | 111011 | 111001 |
Color Harmonies of #ACD250
Complementary color
Monochromatic Colors of #ACD250
Black with #ACD250
Text Example
Text Example
White with #ACD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD250; }
p { color: rgb(172,210,80); }
H1.HeaderClassName
{
color: #ACD250;
}
.AnyTagClassName
{
color: #ACD250;
}
</style>
background-color css
<style>
a { background-color: #ACD250; }
a { background-color: rgb(172,210,80); }
div.DivClassName
{
background-color: #ACD250;
}
.BgClassName
{
background-color: #ACD250;
}
</style>
border-color css
<style>
span { border-color: #ACD250; }
span { border-color: rgb(172,210,80); }
td.TdClassName
{
border-color: #ACD250;
}
.TagClassName
{
border-color: #ACD250;
}
</style>