#9BC149

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

Shades of Atlantis #9BC149

Tints of Atlantis #9BC149

Color information

#9BC149 (or 0x9BC149) is unknown color: approx Atlantis. HEX triplet: 9B, C1 and 49. RGB value is (155,193,73). Sum of RGB (Red+Green+Blue) = 155+193+73=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC149 is #643EB6. Grayscale: #A8A8A8. Windows color (decimal): -6569655 or 4833691. OLE color: 4833691.

HSL color Cylindrical-coordinate representation of color #9BC149: hue angle of 79º 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 #9BC149 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB15519373-
CMYK0.2000.620.24
HSL79º49.18%52.16%-
HSV(B)79º62.18%75.69%-
XYZ33.7945.5913.32-
YUV167.9674.41118.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 193 (75.78% from 255) = 45.84%
BLUE value IS 73 (28.91% from 255) = 17.34%
R=36.82%
G=45.84%
B=17.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155193730.2000.620.247949.1852.16
Hex9BC1491403E184f3134
Octal23330111124076301176164
Binary10011011110000011001001101000111110110001001111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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