#82FCAC

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

Shades of Pale Green #82FCAC

Tints of Pale Green #82FCAC

Color information

#82FCAC (or 0x82FCAC) is unknown color: approx Pale Green. HEX triplet: 82, FC and AC. RGB value is (130,252,172). Sum of RGB (Red+Green+Blue) = 130+252+172=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #82FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FCAC is #7D0353. Grayscale: #CECECE. Windows color (decimal): -8192852 or 11336834. OLE color: 11336834.

HSL color Cylindrical-coordinate representation of color #82FCAC: hue angle of 140.66º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FCAC is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB130252172-
CMYK0.4800.320.01
HSL140.66º95.31%74.9%-
HSV(B)140.66º48.41%98.82%-
XYZ51.4677.3551.25-
YUV206.4108.5873.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.47%
GREEN value IS 252 (98.83% from 255) = 45.49%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=23.47%
G=45.49%
B=31.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302521720.4800.320.01140.6695.3174.9
Hex82FCAC3002018d5f4b
Octal202374254600401215137113
Binary100000101111110010101100110000010000011000110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,252,172); }

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

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

 a { background-color: rgb(130,252,172); }

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

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

 span { border-color: rgb(130,252,172); }

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