#8FD648

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

Shades of Atlantis #8FD648

Tints of Atlantis #8FD648

Color information

#8FD648 (or 0x8FD648) is unknown color: approx Atlantis. HEX triplet: 8F, D6 and 48. RGB value is (143,214,72). Sum of RGB (Red+Green+Blue) = 143+214+72=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD648 is #7029B7. Grayscale: #B1B1B1. Windows color (decimal): -7350712 or 4773519. OLE color: 4773519.

HSL color Cylindrical-coordinate representation of color #8FD648: hue angle of 90º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FD648 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB14321472-
CMYK0.3300.660.16
HSL90º63.39%56.08%-
HSV(B)90º66.36%83.92%-
XYZ36.5454.414.71-
YUV176.5868.98104.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.33%
GREEN value IS 214 (83.98% from 255) = 49.88%
BLUE value IS 72 (28.52% from 255) = 16.78%
R=33.33%
G=49.88%
B=16.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal143214720.3300.660.169063.3956.08
Hex8FD64821042105a3f38
Octal217326110410102201327770
Binary1000111111010110100100010000101000010100001011010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,214,72); }

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

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

 a { background-color: rgb(143,214,72); }

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

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

 span { border-color: rgb(143,214,72); }

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