#9DDC61

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

Shades of Conifer #9DDC61

Tints of Conifer #9DDC61

Color information

#9DDC61 (or 0x9DDC61) is unknown color: approx Conifer. HEX triplet: 9D, DC and 61. RGB value is (157,220,97). Sum of RGB (Red+Green+Blue) = 157+220+97=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDC61 is #62239E. Grayscale: #BBBBBB. Windows color (decimal): -6431647 or 6413469. OLE color: 6413469.

HSL color Cylindrical-coordinate representation of color #9DDC61: hue angle of 90.73º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DDC61 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB15722097-
CMYK0.2900.560.14
HSL90.73º63.73%62.16%-
HSV(B)90.73º55.91%86.27%-
XYZ41.6659.2220.54-
YUV187.1477.13106.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 220 (86.33% from 255) = 46.41%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=33.12%
G=46.41%
B=20.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal157220970.2900.560.1490.7363.7362.16
Hex9DDC611D038E5b403e
Octal235334141350701613310076
Binary10011101110111001100001111010111000111010110111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,97); }

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

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

 a { background-color: rgb(157,220,97); }

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

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

 span { border-color: rgb(157,220,97); }

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