#8BFA9E

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

Shades of Pale Green #8BFA9E

Tints of Pale Green #8BFA9E

Color information

#8BFA9E (or 0x8BFA9E) is unknown color: approx Pale Green. HEX triplet: 8B, FA and 9E. RGB value is (139,250,158). Sum of RGB (Red+Green+Blue) = 139+250+158=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFA9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFA9E is #740561. Grayscale: #CECECE. Windows color (decimal): -7603554 or 10418827. OLE color: 10418827.

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

Color convert

RGB139250158-
CMYK0.4400.370.02
HSL130.27º91.74%76.27%-
HSV(B)130.27º44.4%98.04%-
XYZ5176.3344.39-
YUV206.32100.7379.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.41%
GREEN value IS 250 (98.05% from 255) = 45.70%
BLUE value IS 158 (62.11% from 255) = 28.88%
R=25.41%
G=45.70%
B=28.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392501580.4400.370.02130.2791.7476.27
Hex8BFA9E2C0252825c4c
Octal213372236540452202134114
Binary1000101111111010100111101011000100101101000001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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