Shades of Conifer #9BDA5F
Tints of Conifer #9BDA5F
RGB
CMYK
RGB Variations
Color information
#9BDA5F (or 0x9BDA5F) is known color: Conifer. HEX triplet: 9B, DA and 5F. RGB value is (155,218,95). Sum of RGB (Red+Green+Blue) = 155+218+95=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA5F is #6425A0. Grayscale: #B9B9B9. Windows color (decimal): -6563233 or 6281883. OLE color: 6281883.
HSL color Cylindrical-coordinate representation of color #9BDA5F: hue angle of 90.73º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BDA5F is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 95 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.15 |
| HSL | 90.73º | 0.62% | 0.61% | - |
| HSV(B) | 90.73º | 0.56% | 0.85% | - |
| XYZ | 40.65 | 57.94 | 19.87 | - |
| YUV | 185.14 | 77.13 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 95 | 0.29 | 0 | 0.56 | 0.15 | 90.73 | 0.62 | 0.61 |
| Hex | 9B | DA | 5F | 1D | 0 | 38 | F | 5B | 3E | 3D |
| Octal | 233 | 332 | 137 | 35 | 0 | 70 | 17 | 133 | 76 | 75 |
| Binary | 10011011 | 11011010 | 1011111 | 11101 | 0 | 111000 | 1111 | 1011011 | 111110 | 111101 |
Color Harmonies of #9BDA5F
Complementary color
Monochromatic Colors of #9BDA5F
Black with #9BDA5F
Text Example
Text Example
White with #9BDA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA5F; }
p { color: rgb(155,218,95); }
H1.HeaderClassName
{
color: #9BDA5F;
}
.AnyTagClassName
{
color: #9BDA5F;
}
</style>
background-color css
<style>
a { background-color: #9BDA5F; }
a { background-color: rgb(155,218,95); }
div.DivClassName
{
background-color: #9BDA5F;
}
.BgClassName
{
background-color: #9BDA5F;
}
</style>
border-color css
<style>
span { border-color: #9BDA5F; }
span { border-color: rgb(155,218,95); }
td.TdClassName
{
border-color: #9BDA5F;
}
.TagClassName
{
border-color: #9BDA5F;
}
</style>