#7FFAAB

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

Shades of Pale Green #7FFAAB

Tints of Pale Green #7FFAAB

Color information

#7FFAAB (or 0x7FFAAB) is unknown color: approx Pale Green. HEX triplet: 7F, FA and AB. RGB value is (127,250,171). Sum of RGB (Red+Green+Blue) = 127+250+171=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFAAB is #800554. Grayscale: #CCCCCC. Windows color (decimal): -8389973 or 11270783. OLE color: 11270783.

HSL color Cylindrical-coordinate representation of color #7FFAAB: hue angle of 141.46º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFAAB is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB127250171-
CMYK0.4900.320.02
HSL141.46º92.48%73.92%-
HSV(B)141.46º49.2%98.04%-
XYZ50.2975.8250.51-
YUV204.22109.2572.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.18%
GREEN value IS 250 (98.05% from 255) = 45.62%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=23.18%
G=45.62%
B=31.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272501710.4900.320.02141.4692.4873.92
Hex7FFAAB3102028d5c4a
Octal177372253610402215134112
Binary111111111111010101010111100010100000101000110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FFAAB; }

 p { color: rgb(127,250,171); }

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

<style>
 a { background-color: #7FFAAB; }

 a { background-color: rgb(127,250,171); }

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

<style>
 span { border-color: #7FFAAB; }

 span { border-color: rgb(127,250,171); }

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