Shades of Conifer #9ADD52
Tints of Conifer #9ADD52
RGB
CMYK
RGB Variations
Color information
#9ADD52 (or 0x9ADD52) is known color: Conifer. HEX triplet: 9A, DD and 52. RGB value is (154,221,82). Sum of RGB (Red+Green+Blue) = 154+221+82=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD52 is #6522AD. Grayscale: #B9B9B9. Windows color (decimal): -6628014 or 5430682. OLE color: 5430682.
HSL color Cylindrical-coordinate representation of color #9ADD52: hue angle of 88.92º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ADD52 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 82 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.13 |
| HSL | 88.92º | 0.67% | 0.59% | - |
| HSV(B) | 88.92º | 0.63% | 0.87% | - |
| XYZ | 40.71 | 59.19 | 17.26 | - |
| YUV | 185.12 | 69.8 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 82 | 0.30 | 0 | 0.63 | 0.13 | 88.92 | 0.67 | 0.59 |
| Hex | 9A | DD | 52 | 1E | 0 | 3F | D | 59 | 43 | 3B |
| Octal | 232 | 335 | 122 | 36 | 0 | 77 | 15 | 131 | 103 | 73 |
| Binary | 10011010 | 11011101 | 1010010 | 11110 | 0 | 111111 | 1101 | 1011001 | 1000011 | 111011 |
Color Harmonies of #9ADD52
Complementary color
Monochromatic Colors of #9ADD52
Black with #9ADD52
Text Example
Text Example
White with #9ADD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD52; }
p { color: rgb(154,221,82); }
H1.HeaderClassName
{
color: #9ADD52;
}
.AnyTagClassName
{
color: #9ADD52;
}
</style>
background-color css
<style>
a { background-color: #9ADD52; }
a { background-color: rgb(154,221,82); }
div.DivClassName
{
background-color: #9ADD52;
}
.BgClassName
{
background-color: #9ADD52;
}
</style>
border-color css
<style>
span { border-color: #9ADD52; }
span { border-color: rgb(154,221,82); }
td.TdClassName
{
border-color: #9ADD52;
}
.TagClassName
{
border-color: #9ADD52;
}
</style>