#9DE149

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

Shades of Atlantis #9DE149

Tints of Atlantis #9DE149

Color information

#9DE149 (or 0x9DE149) is unknown color: approx Atlantis. HEX triplet: 9D, E1 and 49. RGB value is (157,225,73). Sum of RGB (Red+Green+Blue) = 157+225+73=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE149 is #621EB6. Grayscale: #BBBBBB. Windows color (decimal): -6430391 or 4841885. OLE color: 4841885.

HSL color Cylindrical-coordinate representation of color #9DE149: hue angle of 86.84º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DE149 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB15722573-
CMYK0.3000.680.12
HSL86.84º71.7%58.43%-
HSV(B)86.84º67.56%88.24%-
XYZ42.0361.515.96-
YUV187.3463.47106.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 225 (88.28% from 255) = 49.45%
BLUE value IS 73 (28.91% from 255) = 16.04%
R=34.51%
G=49.45%
B=16.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157225730.3000.680.1286.8471.758.43
Hex9DE1491E044C57483a
Octal2353411113601041412711072
Binary100111011110000110010011111001000100110010101111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,225,73); }

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

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

 a { background-color: rgb(157,225,73); }

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

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

 span { border-color: rgb(157,225,73); }

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