Shades of Conifer #9ADC57
Tints of Conifer #9ADC57
RGB
CMYK
RGB Variations
Color information
#9ADC57 (or 0x9ADC57) is known color: Conifer. HEX triplet: 9A, DC and 57. RGB value is (154,220,87). Sum of RGB (Red+Green+Blue) = 154+220+87=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC57 is #6523A8. Grayscale: #B9B9B9. Windows color (decimal): -6628265 or 5758106. OLE color: 5758106.
HSL color Cylindrical-coordinate representation of color #9ADC57: hue angle of 89.77º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9ADC57 is Cyan = 0.3, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 87 | - |
| CMYK | 0.3 | 0 | 0.60 | 0.14 |
| HSL | 89.77º | 0.66% | 0.6% | - |
| HSV(B) | 89.77º | 0.6% | 0.86% | - |
| XYZ | 40.64 | 58.74 | 18.21 | - |
| YUV | 185.1 | 72.63 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 87 | 0.3 | 0 | 0.60 | 0.14 | 89.77 | 0.66 | 0.6 |
| Hex | 9A | DC | 57 | 1E | 0 | 3C | E | 5A | 42 | 3C |
| Octal | 232 | 334 | 127 | 36 | 0 | 74 | 16 | 132 | 102 | 74 |
| Binary | 10011010 | 11011100 | 1010111 | 11110 | 0 | 111100 | 1110 | 1011010 | 1000010 | 111100 |
Color Harmonies of #9ADC57
Complementary color
Monochromatic Colors of #9ADC57
Black with #9ADC57
Text Example
Text Example
White with #9ADC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC57; }
p { color: rgb(154,220,87); }
H1.HeaderClassName
{
color: #9ADC57;
}
.AnyTagClassName
{
color: #9ADC57;
}
</style>
background-color css
<style>
a { background-color: #9ADC57; }
a { background-color: rgb(154,220,87); }
div.DivClassName
{
background-color: #9ADC57;
}
.BgClassName
{
background-color: #9ADC57;
}
</style>
border-color css
<style>
span { border-color: #9ADC57; }
span { border-color: rgb(154,220,87); }
td.TdClassName
{
border-color: #9ADC57;
}
.TagClassName
{
border-color: #9ADC57;
}
</style>