#8FE345

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

Shades of Atlantis #8FE345

Tints of Atlantis #8FE345

Color information

#8FE345 (or 0x8FE345) is unknown color: approx Atlantis. HEX triplet: 8F, E3 and 45. RGB value is (143,227,69). Sum of RGB (Red+Green+Blue) = 143+227+69=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE345 is #701CBA. Grayscale: #B8B8B8. Windows color (decimal): -7347387 or 4580239. OLE color: 4580239.

HSL color Cylindrical-coordinate representation of color #8FE345: hue angle of 91.9º 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 #8FE345 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB14322769-
CMYK0.3700.700.11
HSL91.9º73.83%58.04%-
HSV(B)91.9º69.6%89.02%-
XYZ39.8761.2115.34-
YUV183.8763.1798.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.57%
GREEN value IS 227 (89.06% from 255) = 51.71%
BLUE value IS 69 (27.34% from 255) = 15.72%
R=32.57%
G=51.71%
B=15.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal143227690.3700.700.1191.973.8358.04
Hex8FE34525046B5c4a3a
Octal2173431054501061313411272
Binary1000111111100011100010110010101000110101110111001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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