#8BE946

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

Shades of Atlantis #8BE946

Tints of Atlantis #8BE946

Color information

#8BE946 (or 0x8BE946) is unknown color: approx Atlantis. HEX triplet: 8B, E9 and 46. RGB value is (139,233,70). Sum of RGB (Red+Green+Blue) = 139+233+70=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #8BE946 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BE946 is #7416B9. Grayscale: #BABABA. Windows color (decimal): -7607994 or 4647307. OLE color: 4647307.

HSL color Cylindrical-coordinate representation of color #8BE946: hue angle of 94.6º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BE946 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB13923370-
CMYK0.4000.700.09
HSL94.6º78.74%59.41%-
HSV(B)94.6º69.96%91.37%-
XYZ40.8964.2116.03-
YUV186.3162.3694.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.45%
GREEN value IS 233 (91.41% from 255) = 52.71%
BLUE value IS 70 (27.73% from 255) = 15.84%
R=31.45%
G=52.71%
B=15.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal139233700.4000.700.0994.678.7459.41
Hex8BE9462804695f4f3b
Octal2133511065001061113711773
Binary1000101111101001100011010100001000110100110111111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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