#8AF86A

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

Shades of Pastel Green #8AF86A

Tints of Pastel Green #8AF86A

Color information

#8AF86A (or 0x8AF86A) is unknown color: approx Pastel Green. HEX triplet: 8A, F8 and 6A. RGB value is (138,248,106). Sum of RGB (Red+Green+Blue) = 138+248+106=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF86A is #750795. Grayscale: #C7C7C7. Windows color (decimal): -7669654 or 7010442. OLE color: 7010442.

HSL color Cylindrical-coordinate representation of color #8AF86A: hue angle of 106.48º degrees, saturation: 0.91, 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 #8AF86A is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB138248106-
CMYK0.4400.570.03
HSL106.48º91.03%69.41%-
HSV(B)106.48º57.26%97.25%-
XYZ46.6573.5825.38-
YUV198.9275.5684.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.05%
GREEN value IS 248 (97.27% from 255) = 50.41%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=28.05%
G=50.41%
B=21.54%

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
Decimal1382481060.4400.570.03106.4891.0369.41
Hex8AF86A2C03936a5b45
Octal212370152540713152133105
Binary10001010111110001101010101100011100111110101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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