#9DD460

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

Shades of Conifer #9DD460

Tints of Conifer #9DD460

Color information

#9DD460 (or 0x9DD460) is unknown color: approx Conifer. HEX triplet: 9D, D4 and 60. RGB value is (157,212,96). Sum of RGB (Red+Green+Blue) = 157+212+96=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD460 is #622B9F. Grayscale: #B6B6B6. Windows color (decimal): -6433696 or 6345885. OLE color: 6345885.

HSL color Cylindrical-coordinate representation of color #9DD460: hue angle of 88.45º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DD460 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB15721296-
CMYK0.2600.550.17
HSL88.45º57.43%60.39%-
HSV(B)88.45º54.72%83.14%-
XYZ39.5655.119.62-
YUV182.3379.28109.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.76%
GREEN value IS 212 (83.20% from 255) = 45.59%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=33.76%
G=45.59%
B=20.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal157212960.2600.550.1788.4557.4360.39
Hex9DD4601A0371158393c
Octal23532414032067211307174
Binary10011101110101001100000110100110111100011011000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,212,96); }

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

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

 a { background-color: rgb(157,212,96); }

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

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

 span { border-color: rgb(157,212,96); }

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