#8AF16F

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

Shades of Pastel Green #8AF16F

Tints of Pastel Green #8AF16F

Color information

#8AF16F (or 0x8AF16F) is unknown color: approx Pastel Green. HEX triplet: 8A, F1 and 6F. RGB value is (138,241,111). Sum of RGB (Red+Green+Blue) = 138+241+111=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF16F is #750E90. Grayscale: #C3C3C3. Windows color (decimal): -7671441 or 7336330. OLE color: 7336330.

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

Color convert

RGB138241111-
CMYK0.4300.540.05
HSL107.54º82.28%69.02%-
HSV(B)107.54º53.94%94.51%-
XYZ44.8169.4626.08-
YUV195.3880.3887.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.16%
GREEN value IS 241 (94.53% from 255) = 49.18%
BLUE value IS 111 (43.75% from 255) = 22.65%
R=28.16%
G=49.18%
B=22.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382411110.4300.540.05107.5482.2869.02
Hex8AF16F2B03656c5245
Octal212361157530665154122105
Binary100010101111000111011111010110110110101110110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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