#8FD14F

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

Shades of Atlantis #8FD14F

Tints of Atlantis #8FD14F

Color information

#8FD14F (or 0x8FD14F) is unknown color: approx Atlantis. HEX triplet: 8F, D1 and 4F. RGB value is (143,209,79). Sum of RGB (Red+Green+Blue) = 143+209+79=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD14F is #702EB0. Grayscale: #AEAEAE. Windows color (decimal): -7351985 or 5230991. OLE color: 5230991.

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

Color convert

RGB14320979-
CMYK0.3200.620.18
HSL90.46º58.56%56.47%-
HSV(B)90.46º62.2%81.96%-
XYZ35.5452.0115.56-
YUV174.4574.13105.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.18%
GREEN value IS 209 (82.03% from 255) = 48.49%
BLUE value IS 79 (31.25% from 255) = 18.33%
R=33.18%
G=48.49%
B=18.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal143209790.3200.620.1890.4658.5656.47
Hex8FD14F2003E125a3b38
Octal21732111740076221327370
Binary100011111101000110011111000000111110100101011010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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