#9DC253

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

Shades of Atlantis #9DC253

Tints of Atlantis #9DC253

Color information

#9DC253 (or 0x9DC253) is unknown color: approx Atlantis. HEX triplet: 9D, C2 and 53. RGB value is (157,194,83). Sum of RGB (Red+Green+Blue) = 157+194+83=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC253 is #623DAC. Grayscale: #AAAAAA. Windows color (decimal): -6438317 or 5489309. OLE color: 5489309.

HSL color Cylindrical-coordinate representation of color #9DC253: hue angle of 80º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DC253 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB15719483-
CMYK0.1900.570.24
HSL80º47.64%54.31%-
HSV(B)80º57.22%76.08%-
XYZ34.7646.3815.3-
YUV170.2878.74118.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.18%
GREEN value IS 194 (76.17% from 255) = 44.70%
BLUE value IS 83 (32.81% from 255) = 19.12%
R=36.18%
G=44.70%
B=19.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal157194830.1900.570.248047.6454.31
Hex9DC2531303918503036
Octal23530212323071301206066
Binary10011101110000101010011100110111001110001010000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,194,83); }

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

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

 a { background-color: rgb(157,194,83); }

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

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

 span { border-color: rgb(157,194,83); }

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