#81FAA7

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

Shades of Pale Green #81FAA7

Tints of Pale Green #81FAA7

Color information

#81FAA7 (or 0x81FAA7) is unknown color: approx Pale Green. HEX triplet: 81, FA and A7. RGB value is (129,250,167). Sum of RGB (Red+Green+Blue) = 129+250+167=546 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.63% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FAA7 is #7E0558. Grayscale: #CCCCCC. Windows color (decimal): -8258905 or 11008641. OLE color: 11008641.

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

Color convert

RGB129250167-
CMYK0.4800.330.02
HSL138.84º92.37%74.31%-
HSV(B)138.84º48.4%98.04%-
XYZ50.2175.8348.55-
YUV204.36106.9174.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.63%
GREEN value IS 250 (98.05% from 255) = 45.79%
BLUE value IS 167 (65.62% from 255) = 30.59%
R=23.63%
G=45.79%
B=30.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292501670.4800.330.02138.8492.3774.31
Hex81FAA73002128b5c4a
Octal201372247600412213134112
Binary1000000111111010101001111100000100001101000101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,250,167); }

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

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

 a { background-color: rgb(129,250,167); }

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

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

 span { border-color: rgb(129,250,167); }

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