#9DE52F

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

Shades of Atlantis #9DE52F

Tints of Atlantis #9DE52F

Color information

#9DE52F (or 0x9DE52F) is unknown color: approx Atlantis. HEX triplet: 9D, E5 and 2F. RGB value is (157,229,47). Sum of RGB (Red+Green+Blue) = 157+229+47=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE52F is #621AD0. Grayscale: #BBBBBB. Windows color (decimal): -6429393 or 3138973. OLE color: 3138973.

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

Color convert

RGB15722947-
CMYK0.3100.790.10
HSL83.74º77.78%54.12%-
HSV(B)83.74º79.48%89.8%-
XYZ42.4463.4112.69-
YUV186.7249.15106.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.26%
GREEN value IS 229 (89.84% from 255) = 52.89%
BLUE value IS 47 (18.75% from 255) = 10.85%
R=36.26%
G=52.89%
B=10.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal157229470.3100.790.1083.7477.7854.12
Hex9DE52F1F04FA544e36
Octal235345573701171212411666
Binary10011101111001011011111111101001111101010101001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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