#9DD13B

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

Shades of Atlantis #9DD13B

Tints of Atlantis #9DD13B

Color information

#9DD13B (or 0x9DD13B) is unknown color: approx Atlantis. HEX triplet: 9D, D1 and 3B. RGB value is (157,209,59). Sum of RGB (Red+Green+Blue) = 157+209+59=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD13B is #622EC4. Grayscale: #B0B0B0. Windows color (decimal): -6434501 or 3920285. OLE color: 3920285.

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

Color convert

RGB15720959-
CMYK0.2500.720.18
HSL80.8º61.98%52.55%-
HSV(B)80.8º71.77%81.96%-
XYZ37.4953.0812.41-
YUV176.3561.77114.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.94%
GREEN value IS 209 (82.03% from 255) = 49.18%
BLUE value IS 59 (23.44% from 255) = 13.88%
R=36.94%
G=49.18%
B=13.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157209590.2500.720.1880.861.9852.55
Hex9DD13B1904812513e35
Octal23532173310110221217665
Binary10011101110100011110111100101001000100101010001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,209,59); }

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

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

 a { background-color: rgb(157,209,59); }

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

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

 span { border-color: rgb(157,209,59); }

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