#8BFCAC

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

Shades of Pale Green #8BFCAC

Tints of Pale Green #8BFCAC

Color information

#8BFCAC (or 0x8BFCAC) is unknown color: approx Pale Green. HEX triplet: 8B, FC and AC. RGB value is (139,252,172). Sum of RGB (Red+Green+Blue) = 139+252+172=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFCAC is #740353. Grayscale: #D1D1D1. Windows color (decimal): -7603028 or 11336843. OLE color: 11336843.

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

Color convert

RGB139252172-
CMYK0.4500.320.01
HSL137.52º94.96%76.67%-
HSV(B)137.52º44.84%98.82%-
XYZ52.978.0951.31-
YUV209.09107.0678-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.69%
GREEN value IS 252 (98.83% from 255) = 44.76%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=24.69%
G=44.76%
B=30.55%

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
Decimal1392521720.4500.320.01137.5294.9676.67
Hex8BFCAC2D02018a5f4d
Octal213374254550401212137115
Binary100010111111110010101100101101010000011000101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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