#8AFA76

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

Shades of Light Green #8AFA76

Tints of Light Green #8AFA76

Color information

#8AFA76 (or 0x8AFA76) is unknown color: approx Light Green. HEX triplet: 8A, FA and 76. RGB value is (138,250,118). Sum of RGB (Red+Green+Blue) = 138+250+118=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFA76 is #750589. Grayscale: #C9C9C9. Windows color (decimal): -7669130 or 7797386. OLE color: 7797386.

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

Color convert

RGB138250118-
CMYK0.4500.530.02
HSL110.91º92.96%72.16%-
HSV(B)110.91º52.8%98.04%-
XYZ47.9475.0829.11-
YUV201.4680.8982.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.27%
GREEN value IS 250 (98.05% from 255) = 49.41%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=27.27%
G=49.41%
B=23.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382501180.4500.530.02110.9192.9672.16
Hex8AFA762D03526f5d48
Octal212372166550652157135110
Binary10001010111110101110110101101011010110110111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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