#9DD251

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

Shades of Atlantis #9DD251

Tints of Atlantis #9DD251

Color information

#9DD251 (or 0x9DD251) is unknown color: approx Atlantis. HEX triplet: 9D, D2 and 51. RGB value is (157,210,81). Sum of RGB (Red+Green+Blue) = 157+210+81=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD251 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD251 is #622DAE. Grayscale: #B3B3B3. Windows color (decimal): -6434223 or 5362333. OLE color: 5362333.

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

Color convert

RGB15721081-
CMYK0.2500.610.18
HSL84.65º58.9%57.06%-
HSV(B)84.65º61.43%82.35%-
XYZ38.4453.8616.15-
YUV179.4572.44111.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 210 (82.42% from 255) = 46.88%
BLUE value IS 81 (32.03% from 255) = 18.08%
R=35.04%
G=46.88%
B=18.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157210810.2500.610.1884.6558.957.06
Hex9DD2511903D12553b39
Octal23532212131075221257371
Binary10011101110100101010001110010111101100101010101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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