#8FD13A

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

Shades of Atlantis #8FD13A

Tints of Atlantis #8FD13A

Color information

#8FD13A (or 0x8FD13A) is unknown color: approx Atlantis. HEX triplet: 8F, D1 and 3A. RGB value is (143,209,58). Sum of RGB (Red+Green+Blue) = 143+209+58=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD13A is #702EC5. Grayscale: #ACACAC. Windows color (decimal): -7352006 or 3854735. OLE color: 3854735.

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

Color convert

RGB14320958-
CMYK0.3200.720.18
HSL86.23º62.14%52.35%-
HSV(B)86.23º72.25%81.96%-
XYZ34.8951.7512.15-
YUV172.0563.63107.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.88%
GREEN value IS 209 (82.03% from 255) = 50.98%
BLUE value IS 58 (23.05% from 255) = 14.15%
R=34.88%
G=50.98%
B=14.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal143209580.3200.720.1886.2362.1452.35
Hex8FD13A2004812563e34
Octal21732172400110221267664
Binary100011111101000111101010000001001000100101010110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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