#8AF463

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

Shades of Pastel Green #8AF463

Tints of Pastel Green #8AF463

Color information

#8AF463 (or 0x8AF463) is unknown color: approx Pastel Green. HEX triplet: 8A, F4 and 63. RGB value is (138,244,99). Sum of RGB (Red+Green+Blue) = 138+244+99=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF463 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF463 is #750B9C. Grayscale: #C4C4C4. Windows color (decimal): -7670685 or 6550666. OLE color: 6550666.

HSL color Cylindrical-coordinate representation of color #8AF463: hue angle of 103.86º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AF463 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB13824499-
CMYK0.4300.590.04
HSL103.86º86.83%67.25%-
HSV(B)103.86º59.43%95.69%-
XYZ45.0871.0123.13-
YUV195.7873.3886.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 244 (95.70% from 255) = 50.73%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=28.69%
G=50.73%
B=20.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138244990.4300.590.04103.8686.8367.25
Hex8AF4632B03B4685743
Octal212364143530734150127103
Binary100010101111010011000111010110111011100110100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,244,99); }

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

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

 a { background-color: rgb(138,244,99); }

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

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

 span { border-color: rgb(138,244,99); }

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