#9CC540

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

Shades of Atlantis #9CC540

Tints of Atlantis #9CC540

Color information

#9CC540 (or 0x9CC540) is unknown color: approx Atlantis. HEX triplet: 9C, C5 and 40. RGB value is (156,197,64). Sum of RGB (Red+Green+Blue) = 156+197+64=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC540 is #633ABF. Grayscale: #AAAAAA. Windows color (decimal): -6503104 or 4244892. OLE color: 4244892.

HSL color Cylindrical-coordinate representation of color #9CC540: hue angle of 78.5º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CC540 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB15619764-
CMYK0.2100.680.23
HSL78.5º53.41%51.18%-
HSV(B)78.5º67.51%77.25%-
XYZ34.647.3712.17-
YUV169.5868.42118.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.41%
GREEN value IS 197 (77.34% from 255) = 47.24%
BLUE value IS 64 (25.39% from 255) = 15.35%
R=37.41%
G=47.24%
B=15.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal156197640.2100.680.2378.553.4151.18
Hex9CC54015044174e3533
Octal234305100250104271166563
Binary100111001100010110000001010101000100101111001110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,197,64); }

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

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

 a { background-color: rgb(156,197,64); }

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

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

 span { border-color: rgb(156,197,64); }

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