#9DDD40

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

Shades of Atlantis #9DDD40

Tints of Atlantis #9DDD40

Color information

#9DDD40 (or 0x9DDD40) is unknown color: approx Atlantis. HEX triplet: 9D, DD and 40. RGB value is (157,221,64). Sum of RGB (Red+Green+Blue) = 157+221+64=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDD40 is #6222BF. Grayscale: #B8B8B8. Windows color (decimal): -6431424 or 4251037. OLE color: 4251037.

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

Color convert

RGB15722164-
CMYK0.2900.710.13
HSL84.46º69.78%55.88%-
HSV(B)84.46º71.04%86.67%-
XYZ40.6959.2514.14-
YUV183.9760.3108.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.52%
GREEN value IS 221 (86.72% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 14.48%
R=35.52%
G=50%
B=14.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157221640.2900.710.1384.4669.7855.88
Hex9DDD401D047D544638
Octal2353351003501071512410670
Binary100111011101110110000001110101000111110110101001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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