Shades of Conifer #9AD057
Tints of Conifer #9AD057
RGB
CMYK
RGB Variations
Color information
#9AD057 (or 0x9AD057) is known color: Conifer. HEX triplet: 9A, D0 and 57. RGB value is (154,208,87). Sum of RGB (Red+Green+Blue) = 154+208+87=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD057 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD057 is #652FA8. Grayscale: #B2B2B2. Windows color (decimal): -6631337 or 5755034. OLE color: 5755034.
HSL color Cylindrical-coordinate representation of color #9AD057: hue angle of 86.78º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AD057 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 87 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.18 |
| HSL | 86.78º | 0.56% | 0.58% | - |
| HSV(B) | 86.78º | 0.58% | 0.82% | - |
| XYZ | 37.6 | 52.67 | 17.2 | - |
| YUV | 178.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 87 | 0.26 | 0 | 0.58 | 0.18 | 86.78 | 0.56 | 0.58 |
| Hex | 9A | D0 | 57 | 1A | 0 | 3A | 12 | 57 | 38 | 3A |
| Octal | 232 | 320 | 127 | 32 | 0 | 72 | 22 | 127 | 70 | 72 |
| Binary | 10011010 | 11010000 | 1010111 | 11010 | 0 | 111010 | 10010 | 1010111 | 111000 | 111010 |
Color Harmonies of #9AD057
Complementary color
Monochromatic Colors of #9AD057
Black with #9AD057
Text Example
Text Example
White with #9AD057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD057; }
p { color: rgb(154,208,87); }
H1.HeaderClassName
{
color: #9AD057;
}
.AnyTagClassName
{
color: #9AD057;
}
</style>
background-color css
<style>
a { background-color: #9AD057; }
a { background-color: rgb(154,208,87); }
div.DivClassName
{
background-color: #9AD057;
}
.BgClassName
{
background-color: #9AD057;
}
</style>
border-color css
<style>
span { border-color: #9AD057; }
span { border-color: rgb(154,208,87); }
td.TdClassName
{
border-color: #9AD057;
}
.TagClassName
{
border-color: #9AD057;
}
</style>