#9DDD46

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

Shades of Atlantis #9DDD46

Tints of Atlantis #9DDD46

Color information

#9DDD46 (or 0x9DDD46) is unknown color: approx Atlantis. HEX triplet: 9D, DD and 46. RGB value is (157,221,70). Sum of RGB (Red+Green+Blue) = 157+221+70=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDD46 is #6222B9. Grayscale: #B9B9B9. Windows color (decimal): -6431418 or 4644253. OLE color: 4644253.

HSL color Cylindrical-coordinate representation of color #9DDD46: hue angle of 85.43º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DDD46 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB15722170-
CMYK0.2900.680.13
HSL85.43º68.95%57.06%-
HSV(B)85.43º68.33%86.67%-
XYZ40.8759.3215.09-
YUV184.6563.3108.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 221 (86.72% from 255) = 49.33%
BLUE value IS 70 (27.73% from 255) = 15.62%
R=35.04%
G=49.33%
B=15.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157221700.2900.680.1385.4368.9557.06
Hex9DDD461D044D554539
Octal2353351063501041512510571
Binary100111011101110110001101110101000100110110101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,221,70); }

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

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

 a { background-color: rgb(157,221,70); }

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

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

 span { border-color: rgb(157,221,70); }

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