#82F6AA

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

Shades of Pale Green #82F6AA

Tints of Pale Green #82F6AA

Color information

#82F6AA (or 0x82F6AA) is unknown color: approx Pale Green. HEX triplet: 82, F6 and AA. RGB value is (130,246,170). Sum of RGB (Red+Green+Blue) = 130+246+170=546 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.81% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #82F6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F6AA is #7D0955. Grayscale: #CACACA. Windows color (decimal): -8194390 or 11204226. OLE color: 11204226.

HSL color Cylindrical-coordinate representation of color #82F6AA: hue angle of 140.69º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F6AA is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB130246170-
CMYK0.4700.310.04
HSL140.69º86.57%73.73%-
HSV(B)140.69º47.15%96.47%-
XYZ49.4273.5649.62-
YUV202.65109.5776.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.81%
GREEN value IS 246 (96.48% from 255) = 45.05%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=23.81%
G=45.05%
B=31.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302461700.4700.310.04140.6986.5773.73
Hex82F6AA2F01F48d574a
Octal202366252570374215127112
Binary1000001011110110101010101011110111111001000110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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