#82EA09

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

Shades of Lawn Green #82EA09

Tints of Lawn Green #82EA09

Color information

#82EA09 (or 0x82EA09) is unknown color: approx Lawn Green. HEX triplet: 82, EA and 09. RGB value is (130,234,9). Sum of RGB (Red+Green+Blue) = 130+234+9=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 234 (91.80% from 255 or 62.73% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82EA09 is #7D15F6. Grayscale: #B2B2B2. Windows color (decimal): -8197623 or 649858. OLE color: 649858.

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

Color convert

RGB1302349-
CMYK0.4400.960.08
HSL87.73º92.59%47.65%-
HSV(B)87.73º96.15%91.76%-
XYZ38.6863.6110.5-
YUV177.2533.0494.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 234 (91.80% from 255) = 62.73%
BLUE value IS 9 (3.91% from 255) = 2.41%
R=34.85%
G=62.73%
B=2.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal13023490.4400.960.0887.7392.5947.65
Hex82EA92C0608585d30
Octal202352115401401013013560
Binary1000001011101010100110110001100000100010110001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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