#8fed3f

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

Shades of Atlantis #8FED3F

Tints of Atlantis #8FED3F

Color information

#8FED3F (or 0x8FED3F) is unknown color: approx Atlantis. HEX triplet: 8F, ED and 3F. RGB value is (143,237,63). Sum of RGB (Red+Green+Blue) = 143+237+63=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FED3F is #7012C0. Grayscale: #BDBDBD. Windows color (decimal): -7344833 or 4189583. OLE color: 4189583.

HSL color Cylindrical-coordinate representation of color #8FED3F: hue angle of 92.41º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FED3F is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB14323763-
CMYK0.4000.730.07
HSL92.41º82.86%58.82%-
HSV(B)92.41º73.42%92.94%-
XYZ42.5166.7715.35-
YUV189.0656.8695.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.28%
GREEN value IS 237 (92.97% from 255) = 53.50%
BLUE value IS 63 (25% from 255) = 14.22%
R=32.28%
G=53.50%
B=14.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal143237630.4000.730.0792.4182.8658.82
Hex8FED3F2804975c533b
Octal21735577500111713412373
Binary10001111111011011111111010000100100111110111001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fed3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,237,63); }

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

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

 a { background-color: rgb(143,237,63); }

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

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

 span { border-color: rgb(143,237,63); }

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