#9DC350

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

Shades of Atlantis #9DC350

Tints of Atlantis #9DC350

Color information

#9DC350 (or 0x9DC350) is unknown color: approx Atlantis. HEX triplet: 9D, C3 and 50. RGB value is (157,195,80). Sum of RGB (Red+Green+Blue) = 157+195+80=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC350 is #623CAF. Grayscale: #AAAAAA. Windows color (decimal): -6438064 or 5292957. OLE color: 5292957.

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

Color convert

RGB15719580-
CMYK0.1900.590.24
HSL79.83º48.94%53.92%-
HSV(B)79.83º58.97%76.47%-
XYZ34.8746.7814.78-
YUV170.5376.91118.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.34%
GREEN value IS 195 (76.56% from 255) = 45.14%
BLUE value IS 80 (31.64% from 255) = 18.52%
R=36.34%
G=45.14%
B=18.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal157195800.1900.590.2479.8348.9453.92
Hex9DC3501303B18503136
Octal23530312023073301206166
Binary10011101110000111010000100110111011110001010000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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