#8CF8AC

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

Shades of Pale Green #8CF8AC

Tints of Pale Green #8CF8AC

Color information

#8CF8AC (or 0x8CF8AC) is unknown color: approx Pale Green. HEX triplet: 8C, F8 and AC. RGB value is (140,248,172). Sum of RGB (Red+Green+Blue) = 140+248+172=560 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF8AC is #730753. Grayscale: #CFCFCF. Windows color (decimal): -7538516 or 11335820. OLE color: 11335820.

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

Color convert

RGB140248172-
CMYK0.4400.310.03
HSL137.78º88.52%76.08%-
HSV(B)137.78º43.55%97.25%-
XYZ51.8375.6950.91-
YUV207.04108.2280.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25%
GREEN value IS 248 (97.27% from 255) = 44.29%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=25%
G=44.29%
B=30.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1402481720.4400.310.03137.7888.5276.08
Hex8CF8AC2C01F38a594c
Octal214370254540373212131114
Binary100011001111100010101100101100011111111000101010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,248,172); }

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

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

 a { background-color: rgb(140,248,172); }

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

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

 span { border-color: rgb(140,248,172); }

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