#82ECA2

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

Shades of Light Green #82ECA2

Tints of Light Green #82ECA2

Color information

#82ECA2 (or 0x82ECA2) is unknown color: approx Light Green. HEX triplet: 82, EC and A2. RGB value is (130,236,162). Sum of RGB (Red+Green+Blue) = 130+236+162=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82ECA2 is #7D135D. Grayscale: #C4C4C4. Windows color (decimal): -8196958 or 10677378. OLE color: 10677378.

HSL color Cylindrical-coordinate representation of color #82ECA2: hue angle of 138.11º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82ECA2 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB130236162-
CMYK0.4500.310.07
HSL138.11º73.61%71.76%-
HSV(B)138.11º44.92%92.55%-
XYZ45.7267.3544.77-
YUV195.87108.8881.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.62%
GREEN value IS 236 (92.58% from 255) = 44.70%
BLUE value IS 162 (63.67% from 255) = 30.68%
R=24.62%
G=44.70%
B=30.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302361620.4500.310.07138.1173.6171.76
Hex82ECA22D01F78a4a48
Octal202354242550377212112110
Binary1000001011101100101000101011010111111111000101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ECA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,236,162); }

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

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

 a { background-color: rgb(130,236,162); }

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

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

 span { border-color: rgb(130,236,162); }

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