#9AB946

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

Shades of Atlantis #9AB946

Tints of Atlantis #9AB946

Color information

#9AB946 (or 0x9AB946) is unknown color: approx Atlantis. HEX triplet: 9A, B9 and 46. RGB value is (154,185,70). Sum of RGB (Red+Green+Blue) = 154+185+70=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB946 is #6546B9. Grayscale: #A3A3A3. Windows color (decimal): -6637242 or 4635034. OLE color: 4635034.

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

Color convert

RGB15418570-
CMYK0.1700.620.27
HSL76.17º45.1%50%-
HSV(B)76.17º62.16%72.55%-
XYZ31.7842.0112.23-
YUV162.6275.73121.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 185 (72.66% from 255) = 45.23%
BLUE value IS 70 (27.73% from 255) = 17.11%
R=37.65%
G=45.23%
B=17.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154185700.1700.620.2776.1745.150
Hex9AB9461103E1B4c2d32
Octal23227110621076331145562
Binary10011010101110011000110100010111110110111001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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