Shades of Conifer #ADD453
Tints of Conifer #ADD453
RGB
CMYK
RGB Variations
Color information
#ADD453 (or 0xADD453) is known color: Conifer. HEX triplet: AD, D4 and 53. RGB value is (173,212,83). Sum of RGB (Red+Green+Blue) = 173+212+83=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD453 is #522BAC. Grayscale: #BABABA. Windows color (decimal): -5385133 or 5493933. OLE color: 5493933.
HSL color Cylindrical-coordinate representation of color #ADD453: hue angle of 78.14º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADD453 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 83 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.17 |
| HSL | 78.14º | 0.6% | 0.58% | - |
| HSV(B) | 78.14º | 0.61% | 0.83% | - |
| XYZ | 42.34 | 56.6 | 16.88 | - |
| YUV | 185.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 83 | 0.18 | 0 | 0.61 | 0.17 | 78.14 | 0.6 | 0.58 |
| Hex | AD | D4 | 53 | 12 | 0 | 3D | 11 | 4E | 3C | 3A |
| Octal | 255 | 324 | 123 | 22 | 0 | 75 | 21 | 116 | 74 | 72 |
| Binary | 10101101 | 11010100 | 1010011 | 10010 | 0 | 111101 | 10001 | 1001110 | 111100 | 111010 |
Color Harmonies of #ADD453
Complementary color
Monochromatic Colors of #ADD453
Black with #ADD453
Text Example
Text Example
White with #ADD453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD453; }
p { color: rgb(173,212,83); }
H1.HeaderClassName
{
color: #ADD453;
}
.AnyTagClassName
{
color: #ADD453;
}
</style>
background-color css
<style>
a { background-color: #ADD453; }
a { background-color: rgb(173,212,83); }
div.DivClassName
{
background-color: #ADD453;
}
.BgClassName
{
background-color: #ADD453;
}
</style>
border-color css
<style>
span { border-color: #ADD453; }
span { border-color: rgb(173,212,83); }
td.TdClassName
{
border-color: #ADD453;
}
.TagClassName
{
border-color: #ADD453;
}
</style>