#8FD448

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

Shades of Atlantis #8FD448

Tints of Atlantis #8FD448

Color information

#8FD448 (or 0x8FD448) is unknown color: approx Atlantis. HEX triplet: 8F, D4 and 48. RGB value is (143,212,72). Sum of RGB (Red+Green+Blue) = 143+212+72=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD448 is #702BB7. Grayscale: #AFAFAF. Windows color (decimal): -7351224 or 4773007. OLE color: 4773007.

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

Color convert

RGB14321272-
CMYK0.3300.660.17
HSL89.57º61.95%55.69%-
HSV(B)89.57º66.04%83.14%-
XYZ36.0453.3914.54-
YUV175.4169.64104.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 212 (83.20% from 255) = 49.65%
BLUE value IS 72 (28.52% from 255) = 16.86%
R=33.49%
G=49.65%
B=16.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal143212720.3300.660.1789.5761.9555.69
Hex8FD44821042115a3e38
Octal217324110410102211327670
Binary1000111111010100100100010000101000010100011011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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