#8fe348

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

Shades of Atlantis #8FE348

Tints of Atlantis #8FE348

Color information

#8FE348 (or 0x8FE348) is unknown color: approx Atlantis. HEX triplet: 8F, E3 and 48. RGB value is (143,227,72). Sum of RGB (Red+Green+Blue) = 143+227+72=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE348 is #701CB7. Grayscale: #B8B8B8. Windows color (decimal): -7347384 or 4776847. OLE color: 4776847.

HSL color Cylindrical-coordinate representation of color #8FE348: hue angle of 92.52º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FE348 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB14322772-
CMYK0.3700.680.11
HSL92.52º73.46%58.63%-
HSV(B)92.52º68.28%89.02%-
XYZ39.9761.2515.85-
YUV184.2164.6798.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.35%
GREEN value IS 227 (89.06% from 255) = 51.36%
BLUE value IS 72 (28.52% from 255) = 16.29%
R=32.35%
G=51.36%
B=16.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal143227720.3700.680.1192.5273.4658.63
Hex8FE34825044B5d493b
Octal2173431104501041313511173
Binary1000111111100011100100010010101000100101110111011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fe348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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