#9CCC53

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

Shades of Atlantis #9CCC53

Tints of Atlantis #9CCC53

Color information

#9CCC53 (or 0x9CCC53) is unknown color: approx Atlantis. HEX triplet: 9C, CC and 53. RGB value is (156,204,83). Sum of RGB (Red+Green+Blue) = 156+204+83=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC53 is #6333AC. Grayscale: #B0B0B0. Windows color (decimal): -6501293 or 5491868. OLE color: 5491868.

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

Color convert

RGB15620483-
CMYK0.2400.590.2
HSL83.8º54.26%56.27%-
HSV(B)83.8º59.31%80%-
XYZ36.8650.8816.06-
YUV175.8575.6113.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 204 (80.08% from 255) = 46.05%
BLUE value IS 83 (32.81% from 255) = 18.74%
R=35.21%
G=46.05%
B=18.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal156204830.2400.590.283.854.2656.27
Hex9CCC531803B14543638
Octal23431412330073241246670
Binary10011100110011001010011110000111011101001010100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,83); }

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

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

 a { background-color: rgb(156,204,83); }

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

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

 span { border-color: rgb(156,204,83); }

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