#9DC055

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

Shades of Atlantis #9DC055

Tints of Atlantis #9DC055

Color information

#9DC055 (or 0x9DC055) is unknown color: approx Atlantis. HEX triplet: 9D, C0 and 55. RGB value is (157,192,85). Sum of RGB (Red+Green+Blue) = 157+192+85=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC055 is #623FAA. Grayscale: #A9A9A9. Windows color (decimal): -6438827 or 5619869. OLE color: 5619869.

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

Color convert

RGB15719285-
CMYK0.1800.560.25
HSL79.63º45.92%54.31%-
HSV(B)79.63º55.73%75.29%-
XYZ34.3945.5215.57-
YUV169.3480.4119.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.18%
GREEN value IS 192 (75.39% from 255) = 44.24%
BLUE value IS 85 (33.59% from 255) = 19.59%
R=36.18%
G=44.24%
B=19.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157192850.1800.560.2579.6345.9254.31
Hex9DC0551203819502e36
Octal23530012522070311205666
Binary10011101110000001010101100100111000110011010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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