#9DC53F

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

Shades of Atlantis #9DC53F

Tints of Atlantis #9DC53F

Color information

#9DC53F (or 0x9DC53F) is unknown color: approx Atlantis. HEX triplet: 9D, C5 and 3F. RGB value is (157,197,63). Sum of RGB (Red+Green+Blue) = 157+197+63=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC53F is #623AC0. Grayscale: #AAAAAA. Windows color (decimal): -6437569 or 4179357. OLE color: 4179357.

HSL color Cylindrical-coordinate representation of color #9DC53F: hue angle of 77.91º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DC53F is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB15719763-
CMYK0.2000.680.23
HSL77.91º53.6%50.98%-
HSV(B)77.91º68.02%77.25%-
XYZ34.7747.4612.03-
YUV169.7667.75118.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.65%
GREEN value IS 197 (77.34% from 255) = 47.24%
BLUE value IS 63 (25% from 255) = 15.11%
R=37.65%
G=47.24%
B=15.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal157197630.2000.680.2377.9153.650.98
Hex9DC53F14044174e3633
Octal23530577240104271166663
Binary10011101110001011111111010001000100101111001110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,197,63); }

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

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

 a { background-color: rgb(157,197,63); }

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

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

 span { border-color: rgb(157,197,63); }

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