#8FD13B

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

Shades of Atlantis #8FD13B

Tints of Atlantis #8FD13B

Color information

#8FD13B (or 0x8FD13B) is unknown color: approx Atlantis. HEX triplet: 8F, D1 and 3B. RGB value is (143,209,59). Sum of RGB (Red+Green+Blue) = 143+209+59=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD13B is #702EC4. Grayscale: #ACACAC. Windows color (decimal): -7352005 or 3920271. OLE color: 3920271.

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

Color convert

RGB14320959-
CMYK0.3200.720.18
HSL86.4º61.98%52.55%-
HSV(B)86.4º71.77%81.96%-
XYZ34.9251.7612.29-
YUV172.1764.13107.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.79%
GREEN value IS 209 (82.03% from 255) = 50.85%
BLUE value IS 59 (23.44% from 255) = 14.36%
R=34.79%
G=50.85%
B=14.36%

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
Decimal143209590.3200.720.1886.461.9852.55
Hex8FD13B2004812563e35
Octal21732173400110221267665
Binary100011111101000111101110000001001000100101010110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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