Html Css Color HEX #82EAA1 Light Green

📋 copy color: '#82EAA1'

red 130 ◦ green 234 ◦ blue 161

#82EAA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #82EAA1

Tints of Light Green #82EAA1

RGB

 RED value IS 130 (51.17% from 255) = 24.76%

 GREEN value IS 234 (91.8% from 255) = 44.57%

 BLUE value IS 161 (63.28% from 255) = 30.67%

R = 24.76%
G = 44.57%
B = 30.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#82EAA1 (or 0x82EAA1) is known color: Light Green. HEX triplet: 82, EA and A1. RGB value is (130,234,161). Sum of RGB (Red+Green+Blue) = 130+234+161=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #82EAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EAA1 is #7D155E. Grayscale: #C2C2C2. Windows color (decimal): -8197471 or 10611330. OLE color: 10611330.

HSL color Cylindrical-coordinate representation of color #82EAA1: hue angle of 137.88º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82EAA1 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 234 161 -
CMYK 0.44 0 0.31 0.08
HSL 137.88º 0.71% 0.71% -
HSV(B) 137.88º 0.44% 0.92% -
XYZ 45.06 66.16 44.11 -
YUV 194.58 109.04 81.94 -
System Red Green Blue C M Y K H S L
Decimal 130 234 161 0.44 0 0.31 0.08 137.88 0.71 0.71
Hex 82 EA A1 2C 0 1F 8 8A 47 47
Octal 202 352 241 54 0 37 10 212 107 107
Binary 10000010 11101010 10100001 101100 0 11111 1000 10001010 1000111 1000111

Color Harmonies of #82EAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EAA1

Black with #82EAA1

Text Example


Text Example

White with #82EAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,234,161); }

 H1.HeaderClassName
 {
   color: #82EAA1;
 }
 .AnyTagClassName
 {
   color: #82EAA1;
 }
</style>

background-color css

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

 a { background-color: rgb(130,234,161); }

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

border-color css

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

 span { border-color: rgb(130,234,161); }

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