#8BE94E

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

Shades of Atlantis #8BE94E

Tints of Atlantis #8BE94E

Color information

#8BE94E (or 0x8BE94E) is unknown color: approx Atlantis. HEX triplet: 8B, E9 and 4E. RGB value is (139,233,78). Sum of RGB (Red+Green+Blue) = 139+233+78=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #8BE94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BE94E is #7416B1. Grayscale: #BBBBBB. Windows color (decimal): -7607986 or 5171595. OLE color: 5171595.

HSL color Cylindrical-coordinate representation of color #8BE94E: hue angle of 96.39º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BE94E is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB13923378-
CMYK0.4000.670.09
HSL96.39º77.89%60.98%-
HSV(B)96.39º66.52%91.37%-
XYZ41.1664.3217.45-
YUV187.2266.3693.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.89%
GREEN value IS 233 (91.41% from 255) = 51.78%
BLUE value IS 78 (30.86% from 255) = 17.33%
R=30.89%
G=51.78%
B=17.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal139233780.4000.670.0996.3977.8960.98
Hex8BE94E280439604e3d
Octal2133511165001031114011675
Binary1000101111101001100111010100001000011100111000001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,233,78); }

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

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

 a { background-color: rgb(139,233,78); }

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

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

 span { border-color: rgb(139,233,78); }

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