#8FD145

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

Shades of Atlantis #8FD145

Tints of Atlantis #8FD145

Color information

#8FD145 (or 0x8FD145) is unknown color: approx Atlantis. HEX triplet: 8F, D1 and 45. RGB value is (143,209,69). Sum of RGB (Red+Green+Blue) = 143+209+69=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD145 is #702EBA. Grayscale: #ADADAD. Windows color (decimal): -7351995 or 4575631. OLE color: 4575631.

HSL color Cylindrical-coordinate representation of color #8FD145: hue angle of 88.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FD145 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB14320969-
CMYK0.3200.670.18
HSL88.29º60.34%54.51%-
HSV(B)88.29º66.99%81.96%-
XYZ35.251.8713.79-
YUV173.3169.13106.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 209 (82.03% from 255) = 49.64%
BLUE value IS 69 (27.34% from 255) = 16.39%
R=33.97%
G=49.64%
B=16.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal143209690.3200.670.1888.2960.3454.51
Hex8FD1452004312583c37
Octal217321105400103221307467
Binary1000111111010001100010110000001000011100101011000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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