#9CC149

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

Shades of Atlantis #9CC149

Tints of Atlantis #9CC149

Color information

#9CC149 (or 0x9CC149) is unknown color: approx Atlantis. HEX triplet: 9C, C1 and 49. RGB value is (156,193,73). Sum of RGB (Red+Green+Blue) = 156+193+73=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC149 is #633EB6. Grayscale: #A8A8A8. Windows color (decimal): -6504119 or 4833692. OLE color: 4833692.

HSL color Cylindrical-coordinate representation of color #9CC149: hue angle of 78.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CC149 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB15619373-
CMYK0.1900.620.24
HSL78.5º49.18%52.16%-
HSV(B)78.5º62.18%75.69%-
XYZ33.9845.6913.33-
YUV168.2674.24119.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 193 (75.78% from 255) = 45.73%
BLUE value IS 73 (28.91% from 255) = 17.30%
R=36.97%
G=45.73%
B=17.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156193730.1900.620.2478.549.1852.16
Hex9CC1491303E184e3134
Octal23430111123076301166164
Binary10011100110000011001001100110111110110001001110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,193,73); }

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

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

 a { background-color: rgb(156,193,73); }

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

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

 span { border-color: rgb(156,193,73); }

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