#9BD958

Color #9BD958 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9BD958

Tints of Conifer #9BD958

Color information

#9BD958 (or 0x9BD958) is unknown color: approx Conifer. HEX triplet: 9B, D9 and 58. RGB value is (155,217,88). Sum of RGB (Red+Green+Blue) = 155+217+88=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD958 is #6426A7. Grayscale: #B8B8B8. Windows color (decimal): -6563496 or 5822875. OLE color: 5822875.

HSL color Cylindrical-coordinate representation of color #9BD958: hue angle of 88.84º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BD958 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB15521788-
CMYK0.2900.590.15
HSL88.84º62.93%59.8%-
HSV(B)88.84º59.45%85.1%-
XYZ40.0957.318.18-
YUV183.7673.96107.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 217 (85.16% from 255) = 47.17%
BLUE value IS 88 (34.77% from 255) = 19.13%
R=33.70%
G=47.17%
B=19.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155217880.2900.590.1588.8462.9359.8
Hex9BD9581D03BF593f3c
Octal23333113035073171317774
Binary1001101111011001101100011101011101111111011001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BD958; }

 p { color: rgb(155,217,88); }

 H1.HeaderClassName
 {
   color: #9BD958;
 }
 .AnyTagClassName
 {
   color: #9BD958;
 }
</style>
background-color css

<style>
 a { background-color: #9BD958; }

 a { background-color: rgb(155,217,88); }

 div.DivClassName
 {
   background-color: #9BD958;
 }
 .BgClassName
 {
   background-color: #9BD958;
 }
</style>
border-color css

<style>
 span { border-color: #9BD958; }

 span { border-color: rgb(155,217,88); }

 td.TdClassName
 {
   border-color: #9BD958;
 }
 .TagClassName
 {
   border-color: #9BD958;
 }
</style>