#8AF571

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

Shades of Pastel Green #8AF571

Tints of Pastel Green #8AF571

Color information

#8AF571 (or 0x8AF571) is unknown color: approx Pastel Green. HEX triplet: 8A, F5 and 71. RGB value is (138,245,113). Sum of RGB (Red+Green+Blue) = 138+245+113=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF571 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF571 is #750A8E. Grayscale: #C6C6C6. Windows color (decimal): -7670415 or 7468426. OLE color: 7468426.

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

Color convert

RGB138245113-
CMYK0.4400.540.04
HSL108.64º86.84%70.2%-
HSV(B)108.64º53.88%96.08%-
XYZ46.1171.927.07-
YUV197.9680.0585.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.82%
GREEN value IS 245 (96.09% from 255) = 49.40%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=27.82%
G=49.40%
B=22.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382451130.4400.540.04108.6486.8470.2
Hex8AF5712C03646d5746
Octal212365161540664155127106
Binary100010101111010111100011011000110110100110110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,245,113); }

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

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

 a { background-color: rgb(138,245,113); }

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

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

 span { border-color: rgb(138,245,113); }

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