#8AF171

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

Shades of Pastel Green #8AF171

Tints of Pastel Green #8AF171

Color information

#8AF171 (or 0x8AF171) is unknown color: approx Pastel Green. HEX triplet: 8A, F1 and 71. RGB value is (138,241,113). Sum of RGB (Red+Green+Blue) = 138+241+113=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF171 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF171 is #750E8E. Grayscale: #C4C4C4. Windows color (decimal): -7671439 or 7467402. OLE color: 7467402.

HSL color Cylindrical-coordinate representation of color #8AF171: hue angle of 108.28º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AF171 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB138241113-
CMYK0.4300.530.05
HSL108.28º82.05%69.41%-
HSV(B)108.28º53.11%94.51%-
XYZ44.9269.5126.67-
YUV195.6181.3886.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.05%
GREEN value IS 241 (94.53% from 255) = 48.98%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=28.05%
G=48.98%
B=22.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382411130.4300.530.05108.2882.0569.41
Hex8AF1712B03556c5245
Octal212361161530655154122105
Binary100010101111000111100011010110110101101110110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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