#8FD43F

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

Shades of Atlantis #8FD43F

Tints of Atlantis #8FD43F

Color information

#8FD43F (or 0x8FD43F) is unknown color: approx Atlantis. HEX triplet: 8F, D4 and 3F. RGB value is (143,212,63). Sum of RGB (Red+Green+Blue) = 143+212+63=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD43F is #702BC0. Grayscale: #AEAEAE. Windows color (decimal): -7351233 or 4183183. OLE color: 4183183.

HSL color Cylindrical-coordinate representation of color #8FD43F: hue angle of 87.79º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FD43F is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB14321263-
CMYK0.3300.700.17
HSL87.79º63.4%53.92%-
HSV(B)87.79º70.28%83.14%-
XYZ35.7753.2913.1-
YUV174.3865.14105.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.21%
GREEN value IS 212 (83.20% from 255) = 50.72%
BLUE value IS 63 (25% from 255) = 15.07%
R=34.21%
G=50.72%
B=15.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal143212630.3300.700.1787.7963.453.92
Hex8FD43F2104611583f36
Octal21732477410106211307766
Binary100011111101010011111110000101000110100011011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,212,63); }

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

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

 a { background-color: rgb(143,212,63); }

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

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

 span { border-color: rgb(143,212,63); }

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