#7FFCA1

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

Shades of Pale Green #7FFCA1

Tints of Pale Green #7FFCA1

Color information

#7FFCA1 (or 0x7FFCA1) is unknown color: approx Pale Green. HEX triplet: 7F, FC and A1. RGB value is (127,252,161). Sum of RGB (Red+Green+Blue) = 127+252+161=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFCA1 is #80035E. Grayscale: #CCCCCC. Windows color (decimal): -8389471 or 10615935. OLE color: 10615935.

HSL color Cylindrical-coordinate representation of color #7FFCA1: hue angle of 136.32º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCA1 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB127252161-
CMYK0.5000.360.01
HSL136.32º95.42%74.31%-
HSV(B)136.32º49.6%98.82%-
XYZ5076.7145.89-
YUV204.25103.5972.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.52%
GREEN value IS 252 (98.83% from 255) = 46.67%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=23.52%
G=46.67%
B=29.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272521610.5000.360.01136.3295.4274.31
Hex7FFCA1320241885f4a
Octal177374241620441210137112
Binary11111111111110010100001110010010010011000100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,252,161); }

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

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

 a { background-color: rgb(127,252,161); }

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

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

 span { border-color: rgb(127,252,161); }

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