Shades of Conifer #9ADE53
Tints of Conifer #9ADE53
RGB
CMYK
RGB Variations
Color information
#9ADE53 (or 0x9ADE53) is known color: Conifer. HEX triplet: 9A, DE and 53. RGB value is (154,222,83). Sum of RGB (Red+Green+Blue) = 154+222+83=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE53 is #6521AC. Grayscale: #BABABA. Windows color (decimal): -6627757 or 5496474. OLE color: 5496474.
HSL color Cylindrical-coordinate representation of color #9ADE53: hue angle of 89.35º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ADE53 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 83 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.13 |
| HSL | 89.35º | 0.68% | 0.6% | - |
| HSV(B) | 89.35º | 0.63% | 0.87% | - |
| XYZ | 41.01 | 59.74 | 17.55 | - |
| YUV | 185.82 | 69.97 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 83 | 0.31 | 0 | 0.63 | 0.13 | 89.35 | 0.68 | 0.6 |
| Hex | 9A | DE | 53 | 1F | 0 | 3F | D | 59 | 44 | 3C |
| Octal | 232 | 336 | 123 | 37 | 0 | 77 | 15 | 131 | 104 | 74 |
| Binary | 10011010 | 11011110 | 1010011 | 11111 | 0 | 111111 | 1101 | 1011001 | 1000100 | 111100 |
Color Harmonies of #9ADE53
Complementary color
Monochromatic Colors of #9ADE53
Black with #9ADE53
Text Example
Text Example
White with #9ADE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE53; }
p { color: rgb(154,222,83); }
H1.HeaderClassName
{
color: #9ADE53;
}
.AnyTagClassName
{
color: #9ADE53;
}
</style>
background-color css
<style>
a { background-color: #9ADE53; }
a { background-color: rgb(154,222,83); }
div.DivClassName
{
background-color: #9ADE53;
}
.BgClassName
{
background-color: #9ADE53;
}
</style>
border-color css
<style>
span { border-color: #9ADE53; }
span { border-color: rgb(154,222,83); }
td.TdClassName
{
border-color: #9ADE53;
}
.TagClassName
{
border-color: #9ADE53;
}
</style>