#9DDA5D

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

Shades of Conifer #9DDA5D

Tints of Conifer #9DDA5D

Color information

#9DDA5D (or 0x9DDA5D) is unknown color: approx Conifer. HEX triplet: 9D, DA and 5D. RGB value is (157,218,93). Sum of RGB (Red+Green+Blue) = 157+218+93=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA5D is #6225A2. Grayscale: #B9B9B9. Windows color (decimal): -6432163 or 6150813. OLE color: 6150813.

HSL color Cylindrical-coordinate representation of color #9DDA5D: hue angle of 89.28º degrees, saturation: 0.63, 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 #9DDA5D is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB15721893-
CMYK0.2800.570.15
HSL89.28º62.81%60.98%-
HSV(B)89.28º57.34%85.49%-
XYZ40.9558.119.41-
YUV185.5175.79107.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.55%
GREEN value IS 218 (85.55% from 255) = 46.58%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=33.55%
G=46.58%
B=19.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157218930.2800.570.1589.2862.8160.98
Hex9DDA5D1C039F593f3d
Octal23533213534071171317775
Binary1001110111011010101110111100011100111111011001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,218,93); }

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

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

 a { background-color: rgb(157,218,93); }

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

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

 span { border-color: rgb(157,218,93); }

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