#8BE146

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

Shades of Atlantis #8BE146

Tints of Atlantis #8BE146

Color information

#8BE146 (or 0x8BE146) is unknown color: approx Atlantis. HEX triplet: 8B, E1 and 46. RGB value is (139,225,70). Sum of RGB (Red+Green+Blue) = 139+225+70=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE146 is #741EB9. Grayscale: #B6B6B6. Windows color (decimal): -7610042 or 4645259. OLE color: 4645259.

HSL color Cylindrical-coordinate representation of color #8BE146: hue angle of 93.29º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BE146 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB13922570-
CMYK0.3800.690.12
HSL93.29º72.09%57.84%-
HSV(B)93.29º68.89%88.24%-
XYZ38.6859.7815.29-
YUV181.6265.0197.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 225 (88.28% from 255) = 51.84%
BLUE value IS 70 (27.73% from 255) = 16.13%
R=32.03%
G=51.84%
B=16.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal139225700.3800.690.1293.2972.0957.84
Hex8BE14626045C5d483a
Octal2133411064601051413511072
Binary1000101111100001100011010011001000101110010111011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,225,70); }

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

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

 a { background-color: rgb(139,225,70); }

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

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

 span { border-color: rgb(139,225,70); }

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