#8FFAAA

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

Shades of Pale Green #8FFAAA

Tints of Pale Green #8FFAAA

Color information

#8FFAAA (or 0x8FFAAA) is unknown color: approx Pale Green. HEX triplet: 8F, FA and AA. RGB value is (143,250,170). Sum of RGB (Red+Green+Blue) = 143+250+170=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FFAAA is #700555. Grayscale: #D1D1D1. Windows color (decimal): -7341398 or 11205263. OLE color: 11205263.

HSL color Cylindrical-coordinate representation of color #8FFAAA: hue angle of 135.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFAAA is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB143250170-
CMYK0.4300.320.02
HSL135.14º91.45%77.06%-
HSV(B)135.14º42.8%98.04%-
XYZ52.7777.1150.13-
YUV208.89106.0581-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.40%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=25.40%
G=44.40%
B=30.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432501700.4300.320.02135.1491.4577.06
Hex8FFAAA2B0202875b4d
Octal217372252530402207133115
Binary1000111111111010101010101010110100000101000011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,250,170); }

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

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

 a { background-color: rgb(143,250,170); }

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

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

 span { border-color: rgb(143,250,170); }

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