#8FD846

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

Shades of Atlantis #8FD846

Tints of Atlantis #8FD846

Color information

#8FD846 (or 0x8FD846) is unknown color: approx Atlantis. HEX triplet: 8F, D8 and 46. RGB value is (143,216,70). Sum of RGB (Red+Green+Blue) = 143+216+70=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD846 is #7027B9. Grayscale: #B2B2B2. Windows color (decimal): -7350202 or 4642959. OLE color: 4642959.

HSL color Cylindrical-coordinate representation of color #8FD846: hue angle of 90º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FD846 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB14321670-
CMYK0.3400.680.15
HSL90º65.18%56.08%-
HSV(B)90º67.59%84.71%-
XYZ36.9955.3914.54-
YUV177.5367.32103.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.33%
GREEN value IS 216 (84.77% from 255) = 50.35%
BLUE value IS 70 (27.73% from 255) = 16.32%
R=33.33%
G=50.35%
B=16.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal143216700.3400.680.159065.1856.08
Hex8FD84622044F5a4138
Octal2173301064201041713210170
Binary1000111111011000100011010001001000100111110110101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,216,70); }

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

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

 a { background-color: rgb(143,216,70); }

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

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

 span { border-color: rgb(143,216,70); }

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