Shades of Conifer #9BD258
Tints of Conifer #9BD258
RGB
CMYK
RGB Variations
Color information
#9BD258 (or 0x9BD258) is known color: Conifer. HEX triplet: 9B, D2 and 58. RGB value is (155,210,88). Sum of RGB (Red+Green+Blue) = 155+210+88=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD258 is #642DA7. Grayscale: #B4B4B4. Windows color (decimal): -6565288 or 5821083. OLE color: 5821083.
HSL color Cylindrical-coordinate representation of color #9BD258: hue angle of 87.05º degrees, saturation: 0.58, 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 #9BD258 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 88 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.18 |
| HSL | 87.05º | 0.58% | 0.58% | - |
| HSV(B) | 87.05º | 0.58% | 0.82% | - |
| XYZ | 38.33 | 53.77 | 17.59 | - |
| YUV | 179.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 88 | 0.26 | 0 | 0.58 | 0.18 | 87.05 | 0.58 | 0.58 |
| Hex | 9B | D2 | 58 | 1A | 0 | 3A | 12 | 57 | 3A | 3A |
| Octal | 233 | 322 | 130 | 32 | 0 | 72 | 22 | 127 | 72 | 72 |
| Binary | 10011011 | 11010010 | 1011000 | 11010 | 0 | 111010 | 10010 | 1010111 | 111010 | 111010 |
Color Harmonies of #9BD258
Complementary color
Monochromatic Colors of #9BD258
Black with #9BD258
Text Example
Text Example
White with #9BD258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD258; }
p { color: rgb(155,210,88); }
H1.HeaderClassName
{
color: #9BD258;
}
.AnyTagClassName
{
color: #9BD258;
}
</style>
background-color css
<style>
a { background-color: #9BD258; }
a { background-color: rgb(155,210,88); }
div.DivClassName
{
background-color: #9BD258;
}
.BgClassName
{
background-color: #9BD258;
}
</style>
border-color css
<style>
span { border-color: #9BD258; }
span { border-color: rgb(155,210,88); }
td.TdClassName
{
border-color: #9BD258;
}
.TagClassName
{
border-color: #9BD258;
}
</style>