#9ABE51

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

Shades of Atlantis #9ABE51

Tints of Atlantis #9ABE51

Color information

#9ABE51 (or 0x9ABE51) is unknown color: approx Atlantis. HEX triplet: 9A, BE and 51. RGB value is (154,190,81). Sum of RGB (Red+Green+Blue) = 154+190+81=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE51 is #6541AE. Grayscale: #A7A7A7. Windows color (decimal): -6635951 or 5357210. OLE color: 5357210.

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

Color convert

RGB15419081-
CMYK0.1900.570.25
HSL79.82º45.61%53.14%-
HSV(B)79.82º57.37%74.51%-
XYZ33.2344.2914.58-
YUV166.8179.57118.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 190 (74.61% from 255) = 44.71%
BLUE value IS 81 (32.03% from 255) = 19.06%
R=36.24%
G=44.71%
B=19.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154190810.1900.570.2579.8245.6153.14
Hex9ABE511303919502e35
Octal23227612123071311205665
Binary10011010101111101010001100110111001110011010000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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