#9bd357

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

Shades of Conifer #9BD357

Tints of Conifer #9BD357

Color information

#9BD357 (or 0x9BD357) is unknown color: approx Conifer. HEX triplet: 9B, D3 and 57. RGB value is (155,211,87). Sum of RGB (Red+Green+Blue) = 155+211+87=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD357 is #642CA8. Grayscale: #B4B4B4. Windows color (decimal): -6565033 or 5755803. OLE color: 5755803.

HSL color Cylindrical-coordinate representation of color #9BD357: hue angle of 87.1º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BD357 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB15521187-
CMYK0.2700.590.17
HSL87.1º58.49%58.43%-
HSV(B)87.1º58.77%82.75%-
XYZ38.5354.2517.46-
YUV180.1275.45110.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 211 (82.81% from 255) = 46.58%
BLUE value IS 87 (34.38% from 255) = 19.21%
R=34.22%
G=46.58%
B=19.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal155211870.2700.590.1787.158.4958.43
Hex9BD3571B03B11573a3a
Octal23332312733073211277272
Binary10011011110100111010111110110111011100011010111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bd357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,211,87); }

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

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

 a { background-color: rgb(155,211,87); }

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

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

 span { border-color: rgb(155,211,87); }

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