#8BE345

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

Shades of Atlantis #8BE345

Tints of Atlantis #8BE345

Color information

#8BE345 (or 0x8BE345) is unknown color: approx Atlantis. HEX triplet: 8B, E3 and 45. RGB value is (139,227,69). Sum of RGB (Red+Green+Blue) = 139+227+69=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #8BE345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE345 is #741CBA. Grayscale: #B7B7B7. Windows color (decimal): -7609531 or 4580235. OLE color: 4580235.

HSL color Cylindrical-coordinate representation of color #8BE345: hue angle of 93.42º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BE345 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB13922769-
CMYK0.3900.700.11
HSL93.42º73.83%58.04%-
HSV(B)93.42º69.6%89.02%-
XYZ39.1960.8615.31-
YUV182.6863.8596.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 227 (89.06% from 255) = 52.18%
BLUE value IS 69 (27.34% from 255) = 15.86%
R=31.95%
G=52.18%
B=15.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal139227690.3900.700.1193.4273.8358.04
Hex8BE34527046B5d4a3a
Octal2133431054701061313511272
Binary1000101111100011100010110011101000110101110111011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,227,69); }

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

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

 a { background-color: rgb(139,227,69); }

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

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

 span { border-color: rgb(139,227,69); }

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