#8BF4A2

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

Shades of Pale Green #8BF4A2

Tints of Pale Green #8BF4A2

Color information

#8BF4A2 (or 0x8BF4A2) is unknown color: approx Pale Green. HEX triplet: 8B, F4 and A2. RGB value is (139,244,162). Sum of RGB (Red+Green+Blue) = 139+244+162=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #8BF4A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF4A2 is #740B5D. Grayscale: #CBCBCB. Windows color (decimal): -7605086 or 10679435. OLE color: 10679435.

HSL color Cylindrical-coordinate representation of color #8BF4A2: hue angle of 133.14º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF4A2 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB139244162-
CMYK0.4300.340.04
HSL133.14º82.68%75.1%-
HSV(B)133.14º43.03%95.69%-
XYZ49.5272.845.62-
YUV203.26104.7182.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 244 (95.70% from 255) = 44.77%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=25.50%
G=44.77%
B=29.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1392441620.4300.340.04133.1482.6875.1
Hex8BF4A22B022485534b
Octal213364242530424205123113
Binary10001011111101001010001010101101000101001000010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,244,162); }

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

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

 a { background-color: rgb(139,244,162); }

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

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

 span { border-color: rgb(139,244,162); }

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