#8BF8AE

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

Shades of Pale Green #8BF8AE

Tints of Pale Green #8BF8AE

Color information

#8BF8AE (or 0x8BF8AE) is unknown color: approx Pale Green. HEX triplet: 8B, F8 and AE. RGB value is (139,248,174). Sum of RGB (Red+Green+Blue) = 139+248+174=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #8BF8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF8AE is #740751. Grayscale: #CFCFCF. Windows color (decimal): -7604050 or 11466891. OLE color: 11466891.

HSL color Cylindrical-coordinate representation of color #8BF8AE: hue angle of 139.27º 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 #8BF8AE is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB139248174-
CMYK0.4400.300.03
HSL139.27º88.62%75.88%-
HSV(B)139.27º43.95%97.25%-
XYZ51.8575.6851.92-
YUV206.97109.3979.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.78%
GREEN value IS 248 (97.27% from 255) = 44.21%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=24.78%
G=44.21%
B=31.02%

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
Decimal1392481740.4400.300.03139.2788.6275.88
Hex8BF8AE2C01E38b594c
Octal213370256540363213131114
Binary100010111111100010101110101100011110111000101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,248,174); }

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

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

 a { background-color: rgb(139,248,174); }

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

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

 span { border-color: rgb(139,248,174); }

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