#9DD245

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

Shades of Atlantis #9DD245

Tints of Atlantis #9DD245

Color information

#9DD245 (or 0x9DD245) is unknown color: approx Atlantis. HEX triplet: 9D, D2 and 45. RGB value is (157,210,69). Sum of RGB (Red+Green+Blue) = 157+210+69=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD245 is #622DBA. Grayscale: #B2B2B2. Windows color (decimal): -6434235 or 4575901. OLE color: 4575901.

HSL color Cylindrical-coordinate representation of color #9DD245: hue angle of 82.55º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DD245 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB15721069-
CMYK0.2500.670.18
HSL82.55º61.04%54.71%-
HSV(B)82.55º67.14%82.35%-
XYZ38.0353.6913.99-
YUV178.0866.44112.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.01%
GREEN value IS 210 (82.42% from 255) = 48.17%
BLUE value IS 69 (27.34% from 255) = 15.83%
R=36.01%
G=48.17%
B=15.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157210690.2500.670.1882.5561.0454.71
Hex9DD2451904312533d37
Octal235322105310103221237567
Binary100111011101001010001011100101000011100101010011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,210,69); }

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

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

 a { background-color: rgb(157,210,69); }

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

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

 span { border-color: rgb(157,210,69); }

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