#9DC756

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

Shades of Atlantis #9DC756

Tints of Atlantis #9DC756

Color information

#9DC756 (or 0x9DC756) is unknown color: approx Atlantis. HEX triplet: 9D, C7 and 56. RGB value is (157,199,86). Sum of RGB (Red+Green+Blue) = 157+199+86=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC756 is #6238A9. Grayscale: #ADADAD. Windows color (decimal): -6437034 or 5687197. OLE color: 5687197.

HSL color Cylindrical-coordinate representation of color #9DC756: hue angle of 82.3º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DC756 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB15719986-
CMYK0.2100.570.22
HSL82.3º50.22%55.88%-
HSV(B)82.3º56.78%78.04%-
XYZ36.0148.6916.3-
YUV173.5678.59116.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.52%
GREEN value IS 199 (78.12% from 255) = 45.02%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=35.52%
G=45.02%
B=19.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal157199860.2100.570.2282.350.2255.88
Hex9DC7561503916523238
Octal23530712625071261226270
Binary10011101110001111010110101010111001101101010010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,199,86); }

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

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

 a { background-color: rgb(157,199,86); }

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

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

 span { border-color: rgb(157,199,86); }

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