#9DCA50

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

Shades of Atlantis #9DCA50

Tints of Atlantis #9DCA50

Color information

#9DCA50 (or 0x9DCA50) is unknown color: approx Atlantis. HEX triplet: 9D, CA and 50. RGB value is (157,202,80). Sum of RGB (Red+Green+Blue) = 157+202+80=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA50 is #6235AF. Grayscale: #AFAFAF. Windows color (decimal): -6436272 or 5294749. OLE color: 5294749.

HSL color Cylindrical-coordinate representation of color #9DCA50: hue angle of 82.13º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DCA50 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB15720280-
CMYK0.2200.600.21
HSL82.13º53.51%55.29%-
HSV(B)82.13º60.4%79.22%-
XYZ36.4749.9915.32-
YUV174.6474.59115.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.76%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 80 (31.64% from 255) = 18.22%
R=35.76%
G=46.01%
B=18.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal157202800.2200.600.2182.1353.5155.29
Hex9DCA501603C15523637
Octal23531212026074251226667
Binary10011101110010101010000101100111100101011010010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,202,80); }

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

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

 a { background-color: rgb(157,202,80); }

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

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

 span { border-color: rgb(157,202,80); }

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