#8AF76D

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

Shades of Pastel Green #8AF76D

Tints of Pastel Green #8AF76D

Color information

#8AF76D (or 0x8AF76D) is unknown color: approx Pastel Green. HEX triplet: 8A, F7 and 6D. RGB value is (138,247,109). Sum of RGB (Red+Green+Blue) = 138+247+109=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF76D is #750892. Grayscale: #C7C7C7. Windows color (decimal): -7669907 or 7206794. OLE color: 7206794.

HSL color Cylindrical-coordinate representation of color #8AF76D: hue angle of 107.39º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AF76D is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB138247109-
CMYK0.4400.560.03
HSL107.39º89.61%69.8%-
HSV(B)107.39º55.87%96.86%-
XYZ46.573.0326.11-
YUV198.6877.3984.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 247 (96.88% from 255) = 50%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=27.94%
G=50%
B=22.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382471090.4400.560.03107.3989.6169.8
Hex8AF76D2C03836b5a46
Octal212367155540703153132106
Binary10001010111101111101101101100011100011110101110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,247,109); }

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

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

 a { background-color: rgb(138,247,109); }

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

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

 span { border-color: rgb(138,247,109); }

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