#8EF8AF

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

Shades of Pale Green #8EF8AF

Tints of Pale Green #8EF8AF

Color information

#8EF8AF (or 0x8EF8AF) is unknown color: approx Pale Green. HEX triplet: 8E, F8 and AF. RGB value is (142,248,175). Sum of RGB (Red+Green+Blue) = 142+248+175=565 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.13% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #8EF8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF8AF is #710750. Grayscale: #D0D0D0. Windows color (decimal): -7407441 or 11532430. OLE color: 11532430.

HSL color Cylindrical-coordinate representation of color #8EF8AF: hue angle of 138.68º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EF8AF is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB142248175-
CMYK0.4300.290.03
HSL138.68º88.33%76.47%-
HSV(B)138.68º42.74%97.25%-
XYZ52.4675.9852.46-
YUV207.98109.3880.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.13%
GREEN value IS 248 (97.27% from 255) = 43.89%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=25.13%
G=43.89%
B=30.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1422481750.4300.290.03138.6888.3376.47
Hex8EF8AF2B01D38b584c
Octal216370257530353213130114
Binary100011101111100010101111101011011101111000101110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,248,175); }

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

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

 a { background-color: rgb(142,248,175); }

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

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

 span { border-color: rgb(142,248,175); }

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