#8AF182

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

Shades of Light Green #8AF182

Tints of Light Green #8AF182

Color information

#8AF182 (or 0x8AF182) is unknown color: approx Light Green. HEX triplet: 8A, F1 and 82. RGB value is (138,241,130). Sum of RGB (Red+Green+Blue) = 138+241+130=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF182 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF182 is #750E7D. Grayscale: #C5C5C5. Windows color (decimal): -7671422 or 8581514. OLE color: 8581514.

HSL color Cylindrical-coordinate representation of color #8AF182: hue angle of 115.68º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AF182 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB138241130-
CMYK0.4300.460.05
HSL115.68º79.86%72.75%-
HSV(B)115.68º46.06%94.51%-
XYZ45.9769.9332.19-
YUV197.5589.8885.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 241 (94.53% from 255) = 47.35%
BLUE value IS 130 (51.17% from 255) = 25.54%
R=27.11%
G=47.35%
B=25.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382411300.4300.460.05115.6879.8672.75
Hex8AF1822B02E5745049
Octal212361202530565164120111
Binary1000101011110001100000101010110101110101111010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AF182; }

 p { color: rgb(138,241,130); }

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

<style>
 a { background-color: #8AF182; }

 a { background-color: rgb(138,241,130); }

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

<style>
 span { border-color: #8AF182; }

 span { border-color: rgb(138,241,130); }

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