#9DD53E

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

Shades of Atlantis #9DD53E

Tints of Atlantis #9DD53E

Color information

#9DD53E (or 0x9DD53E) is unknown color: approx Atlantis. HEX triplet: 9D, D5 and 3E. RGB value is (157,213,62). Sum of RGB (Red+Green+Blue) = 157+213+62=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD53E is #622AC1. Grayscale: #B3B3B3. Windows color (decimal): -6433474 or 4117917. OLE color: 4117917.

HSL color Cylindrical-coordinate representation of color #9DD53E: hue angle of 82.25º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DD53E is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB15721362-
CMYK0.2600.710.16
HSL82.25º64.26%53.92%-
HSV(B)82.25º70.89%83.53%-
XYZ38.5755.113.16-
YUV179.0461.95112.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.34%
GREEN value IS 213 (83.59% from 255) = 49.31%
BLUE value IS 62 (24.61% from 255) = 14.35%
R=36.34%
G=49.31%
B=14.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal157213620.2600.710.1682.2564.2653.92
Hex9DD53E1A04710524036
Octal235325763201072012210066
Binary100111011101010111111011010010001111000010100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,213,62); }

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

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

 a { background-color: rgb(157,213,62); }

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

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

 span { border-color: rgb(157,213,62); }

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