#82FAA3

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

Shades of Pale Green #82FAA3

Tints of Pale Green #82FAA3

Color information

#82FAA3 (or 0x82FAA3) is unknown color: approx Pale Green. HEX triplet: 82, FA and A3. RGB value is (130,250,163). Sum of RGB (Red+Green+Blue) = 130+250+163=543 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.94% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FAA3 is #7D055C. Grayscale: #CCCCCC. Windows color (decimal): -8193373 or 10746498. OLE color: 10746498.

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

Color convert

RGB130250163-
CMYK0.4800.350.02
HSL136.5º92.31%74.51%-
HSV(B)136.5º48%98.04%-
XYZ5075.7646.64-
YUV204.2104.7475.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.94%
GREEN value IS 250 (98.05% from 255) = 46.04%
BLUE value IS 163 (64.06% from 255) = 30.02%
R=23.94%
G=46.04%
B=30.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302501630.4800.350.02136.592.3174.51
Hex82FAA3300232885c4b
Octal202372243600432210134113
Binary1000001011111010101000111100000100011101000100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,250,163); }

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

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

 a { background-color: rgb(130,250,163); }

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

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

 span { border-color: rgb(130,250,163); }

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