Html Css Color HEX #82EA9F Light Green

📋 copy color: '#82EA9F'

red 130 ◦ green 234 ◦ blue 159

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

Shades of Light Green #82EA9F

Tints of Light Green #82EA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.4%

R = 24.86%
G = 44.74%
B = 30.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#82EA9F (or 0x82EA9F) is known color: Light Green. HEX triplet: 82, EA and 9F. RGB value is (130,234,159). Sum of RGB (Red+Green+Blue) = 130+234+159=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EA9F is #7D1560. Grayscale: #C2C2C2. Windows color (decimal): -8197473 or 10480258. OLE color: 10480258.

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

Color convert

RGB 130 234 159 -
CMYK 0.44 0 0.32 0.08
HSL 136.73º 0.71% 0.71% -
HSV(B) 136.73º 0.44% 0.92% -
XYZ 44.89 66.09 43.19 -
YUV 194.35 108.04 82.1 -
System Red Green Blue C M Y K H S L
Decimal 130 234 159 0.44 0 0.32 0.08 136.73 0.71 0.71
Hex 82 EA 9F 2C 0 20 8 89 47 47
Octal 202 352 237 54 0 40 10 211 107 107
Binary 10000010 11101010 10011111 101100 0 100000 1000 10001001 1000111 1000111

Color Harmonies of #82EA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EA9F

Black with #82EA9F

Text Example


Text Example

White with #82EA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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