#9ABA4E

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

Shades of Atlantis #9ABA4E

Tints of Atlantis #9ABA4E

Color information

#9ABA4E (or 0x9ABA4E) is unknown color: approx Atlantis. HEX triplet: 9A, BA and 4E. RGB value is (154,186,78). Sum of RGB (Red+Green+Blue) = 154+186+78=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA4E is #6545B1. Grayscale: #A4A4A4. Windows color (decimal): -6636978 or 5159578. OLE color: 5159578.

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

Color convert

RGB15418678-
CMYK0.1700.580.27
HSL77.78º43.9%51.76%-
HSV(B)77.78º58.06%72.94%-
XYZ32.2642.5413.72-
YUV164.1279.4120.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.84%
GREEN value IS 186 (73.05% from 255) = 44.50%
BLUE value IS 78 (30.86% from 255) = 18.66%
R=36.84%
G=44.50%
B=18.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154186780.1700.580.2777.7843.951.76
Hex9ABA4E1103A1B4e2c34
Octal23227211621072331165464
Binary10011010101110101001110100010111010110111001110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,78); }

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

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

 a { background-color: rgb(154,186,78); }

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

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

 span { border-color: rgb(154,186,78); }

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