#8ABE43

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

Shades of Atlantis #8ABE43

Tints of Atlantis #8ABE43

Color information

#8ABE43 (or 0x8ABE43) is unknown color: approx Atlantis. HEX triplet: 8A, BE and 43. RGB value is (138,190,67). Sum of RGB (Red+Green+Blue) = 138+190+67=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABE43 is #7541BC. Grayscale: #A0A0A0. Windows color (decimal): -7684541 or 4439690. OLE color: 4439690.

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

Color convert

RGB13819067-
CMYK0.2700.650.25
HSL85.37º48.62%50.39%-
HSV(B)85.37º64.74%74.51%-
XYZ29.9142.6411.96-
YUV160.4375.27112-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 190 (74.61% from 255) = 48.10%
BLUE value IS 67 (26.56% from 255) = 16.96%
R=34.94%
G=48.10%
B=16.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138190670.2700.650.2585.3748.6250.39
Hex8ABE431B04119553132
Octal212276103330101311256162
Binary100010101011111010000111101101000001110011010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,190,67); }

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

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

 a { background-color: rgb(138,190,67); }

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

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

 span { border-color: rgb(138,190,67); }

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