#9ABE4E

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

Shades of Atlantis #9ABE4E

Tints of Atlantis #9ABE4E

Color information

#9ABE4E (or 0x9ABE4E) is unknown color: approx Atlantis. HEX triplet: 9A, BE and 4E. RGB value is (154,190,78). Sum of RGB (Red+Green+Blue) = 154+190+78=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE4E is #6541B1. Grayscale: #A6A6A6. Windows color (decimal): -6635954 or 5160602. OLE color: 5160602.

HSL color Cylindrical-coordinate representation of color #9ABE4E: hue angle of 79.29º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ABE4E is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB15419078-
CMYK0.1900.590.25
HSL79.29º46.28%52.55%-
HSV(B)79.29º58.95%74.51%-
XYZ33.1244.2514-
YUV166.4778.07119.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 190 (74.61% from 255) = 45.02%
BLUE value IS 78 (30.86% from 255) = 18.48%
R=36.49%
G=45.02%
B=18.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154190780.1900.590.2579.2946.2852.55
Hex9ABE4E1303B194f2e35
Octal23227611623073311175665
Binary10011010101111101001110100110111011110011001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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