#9CC44A

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

Shades of Atlantis #9CC44A

Tints of Atlantis #9CC44A

Color information

#9CC44A (or 0x9CC44A) is unknown color: approx Atlantis. HEX triplet: 9C, C4 and 4A. RGB value is (156,196,74). Sum of RGB (Red+Green+Blue) = 156+196+74=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC44A is #633BB5. Grayscale: #AAAAAA. Windows color (decimal): -6503350 or 4899996. OLE color: 4899996.

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

Color convert

RGB15619674-
CMYK0.2000.620.23
HSL79.67º50.83%52.94%-
HSV(B)79.67º62.24%76.86%-
XYZ34.6947.0413.73-
YUV170.1373.75117.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.62%
GREEN value IS 196 (76.95% from 255) = 46.01%
BLUE value IS 74 (29.30% from 255) = 17.37%
R=36.62%
G=46.01%
B=17.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal156196740.2000.620.2379.6750.8352.94
Hex9CC44A1403E17503335
Octal23430411224076271206365
Binary10011100110001001001010101000111110101111010000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,196,74); }

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

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

 a { background-color: rgb(156,196,74); }

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

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

 span { border-color: rgb(156,196,74); }

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