#9DEB5E

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

Shades of Conifer #9DEB5E

Tints of Conifer #9DEB5E

Color information

#9DEB5E (or 0x9DEB5E) is unknown color: approx Conifer. HEX triplet: 9D, EB and 5E. RGB value is (157,235,94). Sum of RGB (Red+Green+Blue) = 157+235+94=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEB5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEB5E is #6214A1. Grayscale: #C4C4C4. Windows color (decimal): -6427810 or 6220701. OLE color: 6220701.

HSL color Cylindrical-coordinate representation of color #9DEB5E: hue angle of 93.19º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DEB5E is Cyan = 0.33, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB15723594-
CMYK0.3300.60.08
HSL93.19º77.9%64.51%-
HSV(B)93.19º60%92.16%-
XYZ45.6367.3921.19-
YUV195.670.66100.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.30%
GREEN value IS 235 (92.19% from 255) = 48.35%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=32.30%
G=48.35%
B=19.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal157235940.3300.60.0893.1977.964.51
Hex9DEB5E2103C85d4e41
Octal2353531364107410135116101
Binary1001110111101011101111010000101111001000101110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,235,94); }

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

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

 a { background-color: rgb(157,235,94); }

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

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

 span { border-color: rgb(157,235,94); }

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