#8BF2A3

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

Shades of Pale Green #8BF2A3

Tints of Pale Green #8BF2A3

Color information

#8BF2A3 (or 0x8BF2A3) is unknown color: approx Pale Green. HEX triplet: 8B, F2 and A3. RGB value is (139,242,163). Sum of RGB (Red+Green+Blue) = 139+242+163=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF2A3 is #740D5C. Grayscale: #CACACA. Windows color (decimal): -7605597 or 10744459. OLE color: 10744459.

HSL color Cylindrical-coordinate representation of color #8BF2A3: hue angle of 133.98º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF2A3 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB139242163-
CMYK0.4300.330.05
HSL133.98º79.84%74.71%-
HSV(B)133.98º42.56%94.9%-
XYZ49.0171.6445.89-
YUV202.2105.8882.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.55%
GREEN value IS 242 (94.92% from 255) = 44.49%
BLUE value IS 163 (64.06% from 255) = 29.96%
R=25.55%
G=44.49%
B=29.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392421630.4300.330.05133.9879.8474.71
Hex8BF2A32B021586504b
Octal213362243530415206120113
Binary10001011111100101010001110101101000011011000011010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,242,163); }

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

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

 a { background-color: rgb(139,242,163); }

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

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

 span { border-color: rgb(139,242,163); }

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