#9CC044

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

Shades of Atlantis #9CC044

Tints of Atlantis #9CC044

Color information

#9CC044 (or 0x9CC044) is unknown color: approx Atlantis. HEX triplet: 9C, C0 and 44. RGB value is (156,192,68). Sum of RGB (Red+Green+Blue) = 156+192+68=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC044 is #633FBB. Grayscale: #A7A7A7. Windows color (decimal): -6504380 or 4505756. OLE color: 4505756.

HSL color Cylindrical-coordinate representation of color #9CC044: hue angle of 77.42º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CC044 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB15619268-
CMYK0.1900.650.25
HSL77.42º49.6%50.98%-
HSV(B)77.42º64.58%75.29%-
XYZ33.645.1812.42-
YUV167.172.07120.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 192 (75.39% from 255) = 46.15%
BLUE value IS 68 (26.95% from 255) = 16.35%
R=37.5%
G=46.15%
B=16.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156192680.1900.650.2577.4249.650.98
Hex9CC04413041194d3233
Octal234300104230101311156263
Binary100111001100000010001001001101000001110011001101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,192,68); }

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

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

 a { background-color: rgb(156,192,68); }

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

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

 span { border-color: rgb(156,192,68); }

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