#9DC056

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

Shades of Atlantis #9DC056

Tints of Atlantis #9DC056

Color information

#9DC056 (or 0x9DC056) is unknown color: approx Atlantis. HEX triplet: 9D, C0 and 56. RGB value is (157,192,86). Sum of RGB (Red+Green+Blue) = 157+192+86=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC056 is #623FA9. Grayscale: #A9A9A9. Windows color (decimal): -6438826 or 5685405. OLE color: 5685405.

HSL color Cylindrical-coordinate representation of color #9DC056: hue angle of 79.81º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DC056 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB15719286-
CMYK0.1800.550.25
HSL79.81º45.69%54.51%-
HSV(B)79.81º55.21%75.29%-
XYZ34.4345.5415.78-
YUV169.4580.9119.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 192 (75.39% from 255) = 44.14%
BLUE value IS 86 (33.98% from 255) = 19.77%
R=36.09%
G=44.14%
B=19.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157192860.1800.550.2579.8145.6954.51
Hex9DC0561203719502e37
Octal23530012622067311205667
Binary10011101110000001010110100100110111110011010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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