#8FEE48

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

Shades of Atlantis #8FEE48

Tints of Atlantis #8FEE48

Color information

#8FEE48 (or 0x8FEE48) is unknown color: approx Atlantis. HEX triplet: 8F, EE and 48. RGB value is (143,238,72). Sum of RGB (Red+Green+Blue) = 143+238+72=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEE48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEE48 is #7011B7. Grayscale: #BFBFBF. Windows color (decimal): -7344568 or 4779663. OLE color: 4779663.

HSL color Cylindrical-coordinate representation of color #8FEE48: hue angle of 94.34º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FEE48 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB14323872-
CMYK0.4000.700.07
HSL94.34º83%60.78%-
HSV(B)94.34º69.75%93.33%-
XYZ43.0767.4616.88-
YUV190.6761.0394-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.57%
GREEN value IS 238 (93.36% from 255) = 52.54%
BLUE value IS 72 (28.52% from 255) = 15.89%
R=31.57%
G=52.54%
B=15.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal143238720.4000.700.0794.348360.78
Hex8FEE482804675e533d
Octal217356110500106713612375
Binary100011111110111010010001010000100011011110111101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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