#9AB845

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

Shades of Atlantis #9AB845

Tints of Atlantis #9AB845

Color information

#9AB845 (or 0x9AB845) is unknown color: approx Atlantis. HEX triplet: 9A, B8 and 45. RGB value is (154,184,69). Sum of RGB (Red+Green+Blue) = 154+184+69=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB845 is #6547BA. Grayscale: #A2A2A2. Windows color (decimal): -6637499 or 4569242. OLE color: 4569242.

HSL color Cylindrical-coordinate representation of color #9AB845: hue angle of 75.65º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AB845 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB15418469-
CMYK0.1600.620.28
HSL75.65º45.45%49.61%-
HSV(B)75.65º62.5%72.16%-
XYZ31.5441.5811.99-
YUV161.9275.56122.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.84%
GREEN value IS 184 (72.27% from 255) = 45.21%
BLUE value IS 69 (27.34% from 255) = 16.95%
R=37.84%
G=45.21%
B=16.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154184690.1600.620.2875.6545.4549.61
Hex9AB8451003E1C4c2d32
Octal23227010520076341145562
Binary10011010101110001000101100000111110111001001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,69); }

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

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

 a { background-color: rgb(154,184,69); }

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

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

 span { border-color: rgb(154,184,69); }

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