#81FAA4

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

Shades of Pale Green #81FAA4

Tints of Pale Green #81FAA4

Color information

#81FAA4 (or 0x81FAA4) is unknown color: approx Pale Green. HEX triplet: 81, FA and A4. RGB value is (129,250,164). Sum of RGB (Red+Green+Blue) = 129+250+164=543 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.76% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FAA4 is #7E055B. Grayscale: #CCCCCC. Windows color (decimal): -8258908 or 10812033. OLE color: 10812033.

HSL color Cylindrical-coordinate representation of color #81FAA4: hue angle of 137.36º 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 #81FAA4 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB129250164-
CMYK0.4800.340.02
HSL137.36º92.37%74.31%-
HSV(B)137.36º48.4%98.04%-
XYZ49.9475.7247.11-
YUV204.02105.4174.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.76%
GREEN value IS 250 (98.05% from 255) = 46.04%
BLUE value IS 164 (64.45% from 255) = 30.20%
R=23.76%
G=46.04%
B=30.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292501640.4800.340.02137.3692.3774.31
Hex81FAA4300222895c4a
Octal201372244600422211134112
Binary1000000111111010101001001100000100010101000100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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