#9DE53A

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

Shades of Atlantis #9DE53A

Tints of Atlantis #9DE53A

Color information

#9DE53A (or 0x9DE53A) is unknown color: approx Atlantis. HEX triplet: 9D, E5 and 3A. RGB value is (157,229,58). Sum of RGB (Red+Green+Blue) = 157+229+58=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE53A is #621AC5. Grayscale: #BCBCBC. Windows color (decimal): -6429382 or 3859869. OLE color: 3859869.

HSL color Cylindrical-coordinate representation of color #9DE53A: hue angle of 85.26º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DE53A is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB15722958-
CMYK0.3100.750.10
HSL85.26º76.68%56.27%-
HSV(B)85.26º74.67%89.8%-
XYZ42.6963.5114.01-
YUV187.9854.65105.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 229 (89.84% from 255) = 51.58%
BLUE value IS 58 (23.05% from 255) = 13.06%
R=35.36%
G=51.58%
B=13.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal157229580.3100.750.1085.2676.6856.27
Hex9DE53A1F04BA554d38
Octal235345723701131212511570
Binary10011101111001011110101111101001011101010101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,229,58); }

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

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

 a { background-color: rgb(157,229,58); }

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

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

 span { border-color: rgb(157,229,58); }

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