#82F0A4

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

Shades of Light Green #82F0A4

Tints of Light Green #82F0A4

Color information

#82F0A4 (or 0x82F0A4) is unknown color: approx Light Green. HEX triplet: 82, F0 and A4. RGB value is (130,240,164). Sum of RGB (Red+Green+Blue) = 130+240+164=534 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.34% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #82F0A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F0A4 is #7D0F5B. Grayscale: #C6C6C6. Windows color (decimal): -8195932 or 10809474. OLE color: 10809474.

HSL color Cylindrical-coordinate representation of color #82F0A4: hue angle of 138.55º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F0A4 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB130240164-
CMYK0.4600.320.06
HSL138.55º78.57%72.55%-
HSV(B)138.55º45.83%94.12%-
XYZ47.0769.7546.1-
YUV198.45108.5679.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.34%
GREEN value IS 240 (94.14% from 255) = 44.94%
BLUE value IS 164 (64.45% from 255) = 30.71%
R=24.34%
G=44.94%
B=30.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302401640.4600.320.06138.5578.5772.55
Hex82F0A42E02068b4f49
Octal202360244560406213117111
Binary10000010111100001010010010111001000001101000101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,240,164); }

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

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

 a { background-color: rgb(130,240,164); }

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

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

 span { border-color: rgb(130,240,164); }

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