#8BFAA1

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

Shades of Pale Green #8BFAA1

Tints of Pale Green #8BFAA1

Color information

#8BFAA1 (or 0x8BFAA1) is unknown color: approx Pale Green. HEX triplet: 8B, FA and A1. RGB value is (139,250,161). Sum of RGB (Red+Green+Blue) = 139+250+161=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFAA1 is #74055E. Grayscale: #CECECE. Windows color (decimal): -7603551 or 10615435. OLE color: 10615435.

HSL color Cylindrical-coordinate representation of color #8BFAA1: hue angle of 131.89º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BFAA1 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB139250161-
CMYK0.4400.360.02
HSL131.89º91.74%76.27%-
HSV(B)131.89º44.4%98.04%-
XYZ51.2776.4345.77-
YUV206.67102.2379.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.27%
GREEN value IS 250 (98.05% from 255) = 45.45%
BLUE value IS 161 (63.28% from 255) = 29.27%
R=25.27%
G=45.45%
B=29.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392501610.4400.360.02131.8991.7476.27
Hex8BFAA12C0242845c4c
Octal213372241540442204134114
Binary1000101111111010101000011011000100100101000010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,250,161); }

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

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

 a { background-color: rgb(139,250,161); }

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

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

 span { border-color: rgb(139,250,161); }

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