#9BD95E

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

Shades of Conifer #9BD95E

Tints of Conifer #9BD95E

Color information

#9BD95E (or 0x9BD95E) is unknown color: approx Conifer. HEX triplet: 9B, D9 and 5E. RGB value is (155,217,94). Sum of RGB (Red+Green+Blue) = 155+217+94=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD95E is #6426A1. Grayscale: #B8B8B8. Windows color (decimal): -6563490 or 6216091. OLE color: 6216091.

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

Color convert

RGB15521794-
CMYK0.2900.570.15
HSL90.24º61.81%60.98%-
HSV(B)90.24º56.68%85.1%-
XYZ40.3557.419.54-
YUV184.4476.96107-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.26%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 94 (37.11% from 255) = 20.17%
R=33.26%
G=46.57%
B=20.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155217940.2900.570.1590.2461.8160.98
Hex9BD95E1D039F5a3e3d
Octal23333113635071171327675
Binary1001101111011001101111011101011100111111011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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