#9DDA49

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

Shades of Atlantis #9DDA49

Tints of Atlantis #9DDA49

Color information

#9DDA49 (or 0x9DDA49) is unknown color: approx Atlantis. HEX triplet: 9D, DA and 49. RGB value is (157,218,73). Sum of RGB (Red+Green+Blue) = 157+218+73=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDA49 is #6225B6. Grayscale: #B7B7B7. Windows color (decimal): -6432183 or 4840093. OLE color: 4840093.

HSL color Cylindrical-coordinate representation of color #9DDA49: hue angle of 85.24º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DDA49 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB15721873-
CMYK0.2800.670.15
HSL85.24º66.21%57.06%-
HSV(B)85.24º66.51%85.49%-
XYZ40.1857.7915.34-
YUV183.2365.79109.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 218 (85.55% from 255) = 48.66%
BLUE value IS 73 (28.91% from 255) = 16.29%
R=35.04%
G=48.66%
B=16.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157218730.2800.670.1585.2466.2157.06
Hex9DDA491C043F554239
Octal2353321113401031712510271
Binary100111011101101010010011110001000011111110101011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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