#8AF76A

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

Shades of Pastel Green #8AF76A

Tints of Pastel Green #8AF76A

Color information

#8AF76A (or 0x8AF76A) is unknown color: approx Pastel Green. HEX triplet: 8A, F7 and 6A. RGB value is (138,247,106). Sum of RGB (Red+Green+Blue) = 138+247+106=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF76A is #750895. Grayscale: #C6C6C6. Windows color (decimal): -7669910 or 7010186. OLE color: 7010186.

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

Color convert

RGB138247106-
CMYK0.4400.570.03
HSL106.38º89.81%69.22%-
HSV(B)106.38º57.09%96.86%-
XYZ46.3472.9725.28-
YUV198.3475.8984.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 247 (96.88% from 255) = 50.31%
BLUE value IS 106 (41.80% from 255) = 21.59%
R=28.11%
G=50.31%
B=21.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382471060.4400.570.03106.3889.8169.22
Hex8AF76A2C03936a5a45
Octal212367152540713152132105
Binary10001010111101111101010101100011100111110101010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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