#8ABA42

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

Shades of Atlantis #8ABA42

Tints of Atlantis #8ABA42

Color information

#8ABA42 (or 0x8ABA42) is unknown color: approx Atlantis. HEX triplet: 8A, BA and 42. RGB value is (138,186,66). Sum of RGB (Red+Green+Blue) = 138+186+66=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA42 is #7545BD. Grayscale: #9E9E9E. Windows color (decimal): -7685566 or 4373130. OLE color: 4373130.

HSL color Cylindrical-coordinate representation of color #8ABA42: hue angle of 84º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ABA42 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB13818666-
CMYK0.2600.650.27
HSL84º47.62%49.41%-
HSV(B)84º64.52%72.94%-
XYZ29.0240.9111.52-
YUV157.9776.1113.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.38%
GREEN value IS 186 (73.05% from 255) = 47.69%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=35.38%
G=47.69%
B=16.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138186660.2600.650.278447.6249.41
Hex8ABA421A0411B543031
Octal212272102320101331246061
Binary100010101011101010000101101001000001110111010100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABA42; }

 p { color: rgb(138,186,66); }

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

<style>
 a { background-color: #8ABA42; }

 a { background-color: rgb(138,186,66); }

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

<style>
 span { border-color: #8ABA42; }

 span { border-color: rgb(138,186,66); }

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