#8BE14A

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

Shades of Atlantis #8BE14A

Tints of Atlantis #8BE14A

Color information

#8BE14A (or 0x8BE14A) is unknown color: approx Atlantis. HEX triplet: 8B, E1 and 4A. RGB value is (139,225,74). Sum of RGB (Red+Green+Blue) = 139+225+74=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE14A is #741EB5. Grayscale: #B6B6B6. Windows color (decimal): -7610038 or 4907403. OLE color: 4907403.

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

Color convert

RGB13922574-
CMYK0.3800.670.12
HSL94.17º71.56%58.63%-
HSV(B)94.17º67.11%88.24%-
XYZ38.8159.8315.98-
YUV182.0767.0197.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 225 (88.28% from 255) = 51.37%
BLUE value IS 74 (29.30% from 255) = 16.89%
R=31.74%
G=51.37%
B=16.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal139225740.3800.670.1294.1771.5658.63
Hex8BE14A26043C5e483b
Octal2133411124601031413611073
Binary1000101111100001100101010011001000011110010111101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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