#82F9AA

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

Shades of Pale Green #82F9AA

Tints of Pale Green #82F9AA

Color information

#82F9AA (or 0x82F9AA) is unknown color: approx Pale Green. HEX triplet: 82, F9 and AA. RGB value is (130,249,170). Sum of RGB (Red+Green+Blue) = 130+249+170=549 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.68% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F9AA is #7D0655. Grayscale: #CCCCCC. Windows color (decimal): -8193622 or 11204994. OLE color: 11204994.

HSL color Cylindrical-coordinate representation of color #82F9AA: hue angle of 140.17º degrees, saturation: 0.91, 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 #82F9AA is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB130249170-
CMYK0.4800.320.02
HSL140.17º90.84%74.31%-
HSV(B)140.17º47.79%97.65%-
XYZ50.3475.449.93-
YUV204.41108.5874.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.68%
GREEN value IS 249 (97.66% from 255) = 45.36%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=23.68%
G=45.36%
B=30.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302491700.4800.320.02140.1790.8474.31
Hex82F9AA3002028c5b4a
Octal202371252600402214133112
Binary1000001011111001101010101100000100000101000110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82F9AA; }

 p { color: rgb(130,249,170); }

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

<style>
 a { background-color: #82F9AA; }

 a { background-color: rgb(130,249,170); }

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

<style>
 span { border-color: #82F9AA; }

 span { border-color: rgb(130,249,170); }

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