#8AFA82

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

Shades of Light Green #8AFA82

Tints of Light Green #8AFA82

Color information

#8AFA82 (or 0x8AFA82) is unknown color: approx Light Green. HEX triplet: 8A, FA and 82. RGB value is (138,250,130). Sum of RGB (Red+Green+Blue) = 138+250+130=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFA82 is #75057D. Grayscale: #CBCBCB. Windows color (decimal): -7669118 or 8583818. OLE color: 8583818.

HSL color Cylindrical-coordinate representation of color #8AFA82: hue angle of 116º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AFA82 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB138250130-
CMYK0.4500.480.02
HSL116º92.31%74.51%-
HSV(B)116º48%98.04%-
XYZ48.775.3933.1-
YUV202.8386.8981.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.64%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=26.64%
G=48.26%
B=25.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382501300.4500.480.0211692.3174.51
Hex8AFA822D0302745c4b
Octal212372202550602164134113
Binary100010101111101010000010101101011000010111010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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