#9DCD49

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

Shades of Atlantis #9DCD49

Tints of Atlantis #9DCD49

Color information

#9DCD49 (or 0x9DCD49) is unknown color: approx Atlantis. HEX triplet: 9D, CD and 49. RGB value is (157,205,73). Sum of RGB (Red+Green+Blue) = 157+205+73=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCD49 is #6232B6. Grayscale: #B0B0B0. Windows color (decimal): -6435511 or 4836765. OLE color: 4836765.

HSL color Cylindrical-coordinate representation of color #9DCD49: hue angle of 81.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DCD49 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB15720573-
CMYK0.2300.640.20
HSL81.82º56.9%54.51%-
HSV(B)81.82º64.39%80.39%-
XYZ36.9451.3114.26-
YUV175.670.1114.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 205 (80.47% from 255) = 47.13%
BLUE value IS 73 (28.91% from 255) = 16.78%
R=36.09%
G=47.13%
B=16.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157205730.2300.640.2081.8256.954.51
Hex9DCD491704014523937
Octal235315111270100241227167
Binary100111011100110110010011011101000000101001010010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,73); }

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

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

 a { background-color: rgb(157,205,73); }

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

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

 span { border-color: rgb(157,205,73); }

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