#9AB546

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

Shades of Atlantis #9AB546

Tints of Atlantis #9AB546

Color information

#9AB546 (or 0x9AB546) is unknown color: approx Atlantis. HEX triplet: 9A, B5 and 46. RGB value is (154,181,70). Sum of RGB (Red+Green+Blue) = 154+181+70=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB546 is #654AB9. Grayscale: #A0A0A0. Windows color (decimal): -6638266 or 4634010. OLE color: 4634010.

HSL color Cylindrical-coordinate representation of color #9AB546: hue angle of 74.59º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AB546 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB15418170-
CMYK0.1500.610.29
HSL74.59º44.22%49.22%-
HSV(B)74.59º61.33%70.98%-
XYZ30.9640.3611.95-
YUV160.2777.05123.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.02%
GREEN value IS 181 (71.09% from 255) = 44.69%
BLUE value IS 70 (27.73% from 255) = 17.28%
R=38.02%
G=44.69%
B=17.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154181700.1500.610.2974.5944.2249.22
Hex9AB546F03D1D4b2c31
Octal23226510617075351135461
Binary1001101010110101100011011110111101111011001011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,181,70); }

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

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

 a { background-color: rgb(154,181,70); }

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

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

 span { border-color: rgb(154,181,70); }

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