#82F0A3

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

Shades of Light Green #82F0A3

Tints of Light Green #82F0A3

Color information

#82F0A3 (or 0x82F0A3) is unknown color: approx Light Green. HEX triplet: 82, F0 and A3. RGB value is (130,240,163). Sum of RGB (Red+Green+Blue) = 130+240+163=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #82F0A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F0A3 is #7D0F5C. Grayscale: #C6C6C6. Windows color (decimal): -8195933 or 10743938. OLE color: 10743938.

HSL color Cylindrical-coordinate representation of color #82F0A3: hue angle of 138º 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 #82F0A3 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB130240163-
CMYK0.4600.320.06
HSL138º78.57%72.55%-
HSV(B)138º45.83%94.12%-
XYZ46.9869.7145.63-
YUV198.33108.0679.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.39%
GREEN value IS 240 (94.14% from 255) = 45.03%
BLUE value IS 163 (64.06% from 255) = 30.58%
R=24.39%
G=45.03%
B=30.58%

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
Decimal1302401630.4600.320.0613878.5772.55
Hex82F0A32E02068a4f49
Octal202360243560406212117111
Binary10000010111100001010001110111001000001101000101010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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