#8BFA97

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

Shades of Pale Green #8BFA97

Tints of Pale Green #8BFA97

Color information

#8BFA97 (or 0x8BFA97) is unknown color: approx Pale Green. HEX triplet: 8B, FA and 97. RGB value is (139,250,151). Sum of RGB (Red+Green+Blue) = 139+250+151=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFA97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFA97 is #740568. Grayscale: #CDCDCD. Windows color (decimal): -7603561 or 9960075. OLE color: 9960075.

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

Color convert

RGB139250151-
CMYK0.4400.400.02
HSL126.49º91.74%76.27%-
HSV(B)126.49º44.4%98.04%-
XYZ50.4276.0941.31-
YUV205.5297.2380.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.74%
GREEN value IS 250 (98.05% from 255) = 46.30%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=25.74%
G=46.30%
B=27.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392501510.4400.400.02126.4991.7476.27
Hex8BFA972C02827e5c4c
Octal213372227540502176134114
Binary100010111111101010010111101100010100010111111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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