#8AFCAC

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

Shades of Pale Green #8AFCAC

Tints of Pale Green #8AFCAC

Color information

#8AFCAC (or 0x8AFCAC) is unknown color: approx Pale Green. HEX triplet: 8A, FC and AC. RGB value is (138,252,172). Sum of RGB (Red+Green+Blue) = 138+252+172=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFCAC is #750353. Grayscale: #D1D1D1. Windows color (decimal): -7668564 or 11336842. OLE color: 11336842.

HSL color Cylindrical-coordinate representation of color #8AFCAC: hue angle of 137.89º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFCAC is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB138252172-
CMYK0.4500.320.01
HSL137.89º95%76.47%-
HSV(B)137.89º45.24%98.82%-
XYZ52.747851.31-
YUV208.79107.2377.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.56%
GREEN value IS 252 (98.83% from 255) = 44.84%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=24.56%
G=44.84%
B=30.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382521720.4500.320.01137.899576.47
Hex8AFCAC2D02018a5f4c
Octal212374254550401212137114
Binary100010101111110010101100101101010000011000101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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