#9DE53B

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

Shades of Atlantis #9DE53B

Tints of Atlantis #9DE53B

Color information

#9DE53B (or 0x9DE53B) is unknown color: approx Atlantis. HEX triplet: 9D, E5 and 3B. RGB value is (157,229,59). Sum of RGB (Red+Green+Blue) = 157+229+59=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE53B is #621AC4. Grayscale: #BCBCBC. Windows color (decimal): -6429381 or 3925405. OLE color: 3925405.

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

Color convert

RGB15722959-
CMYK0.3100.740.10
HSL85.41º76.58%56.47%-
HSV(B)85.41º74.24%89.8%-
XYZ42.7163.5214.15-
YUV188.0955.15105.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.28%
GREEN value IS 229 (89.84% from 255) = 51.46%
BLUE value IS 59 (23.44% from 255) = 13.26%
R=35.28%
G=51.46%
B=13.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal157229590.3100.740.1085.4176.5856.47
Hex9DE53B1F04AA554d38
Octal235345733701121212511570
Binary10011101111001011110111111101001010101010101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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