#8AF7AC

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

Shades of Pale Green #8AF7AC

Tints of Pale Green #8AF7AC

Color information

#8AF7AC (or 0x8AF7AC) is unknown color: approx Pale Green. HEX triplet: 8A, F7 and AC. RGB value is (138,247,172). Sum of RGB (Red+Green+Blue) = 138+247+172=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF7AC is #750853. Grayscale: #CECECE. Windows color (decimal): -7669844 or 11335562. OLE color: 11335562.

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

Color convert

RGB138247172-
CMYK0.4400.300.03
HSL138.72º87.2%75.49%-
HSV(B)138.72º44.13%96.86%-
XYZ51.1974.950.79-
YUV205.86108.8979.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.78%
GREEN value IS 247 (96.88% from 255) = 44.34%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=24.78%
G=44.34%
B=30.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382471720.4400.300.03138.7287.275.49
Hex8AF7AC2C01E38b574b
Octal212367254540363213127113
Binary100010101111011110101100101100011110111000101110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,247,172); }

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

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

 a { background-color: rgb(138,247,172); }

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

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

 span { border-color: rgb(138,247,172); }

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