#8FE143

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

Shades of Atlantis #8FE143

Tints of Atlantis #8FE143

Color information

#8FE143 (or 0x8FE143) is unknown color: approx Atlantis. HEX triplet: 8F, E1 and 43. RGB value is (143,225,67). Sum of RGB (Red+Green+Blue) = 143+225+67=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE143 is #701EBC. Grayscale: #B7B7B7. Windows color (decimal): -7347901 or 4448655. OLE color: 4448655.

HSL color Cylindrical-coordinate representation of color #8FE143: hue angle of 91.14º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FE143 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB14322567-
CMYK0.3600.700.12
HSL91.14º72.48%57.25%-
HSV(B)91.14º70.22%88.24%-
XYZ39.2760.114.84-
YUV182.4762.8399.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 225 (88.28% from 255) = 51.72%
BLUE value IS 67 (26.56% from 255) = 15.40%
R=32.87%
G=51.72%
B=15.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143225670.3600.700.1291.1472.4857.25
Hex8FE14324046C5b4839
Octal2173411034401061413311071
Binary1000111111100001100001110010001000110110010110111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,225,67); }

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

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

 a { background-color: rgb(143,225,67); }

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

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

 span { border-color: rgb(143,225,67); }

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