#81FCAA

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

Shades of Pale Green #81FCAA

Tints of Pale Green #81FCAA

Color information

#81FCAA (or 0x81FCAA) is unknown color: approx Pale Green. HEX triplet: 81, FC and AA. RGB value is (129,252,170). Sum of RGB (Red+Green+Blue) = 129+252+170=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #81FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FCAA is #7E0355. Grayscale: #CECECE. Windows color (decimal): -8258390 or 11205761. OLE color: 11205761.

HSL color Cylindrical-coordinate representation of color #81FCAA: hue angle of 140º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FCAA is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB129252170-
CMYK0.4900.330.01
HSL140º95.35%74.71%-
HSV(B)140º48.81%98.82%-
XYZ51.1277.1950.24-
YUV205.87107.7573.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.41%
GREEN value IS 252 (98.83% from 255) = 45.74%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=23.41%
G=45.74%
B=30.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292521700.4900.330.0114095.3574.71
Hex81FCAA3102118c5f4b
Octal201374252610411214137113
Binary100000011111110010101010110001010000111000110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81FCAA; }

 p { color: rgb(129,252,170); }

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

<style>
 a { background-color: #81FCAA; }

 a { background-color: rgb(129,252,170); }

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

<style>
 span { border-color: #81FCAA; }

 span { border-color: rgb(129,252,170); }

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