#8AF160

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

Shades of Pastel Green #8AF160

Tints of Pastel Green #8AF160

Color information

#8AF160 (or 0x8AF160) is unknown color: approx Pastel Green. HEX triplet: 8A, F1 and 60. RGB value is (138,241,96). Sum of RGB (Red+Green+Blue) = 138+241+96=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF160 is #750E9F. Grayscale: #C2C2C2. Windows color (decimal): -7671456 or 6353290. OLE color: 6353290.

HSL color Cylindrical-coordinate representation of color #8AF160: hue angle of 102.62º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AF160 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB13824196-
CMYK0.4300.600.05
HSL102.62º83.82%66.08%-
HSV(B)102.62º60.17%94.51%-
XYZ44.0569.1622.09-
YUV193.6772.8888.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.05%
GREEN value IS 241 (94.53% from 255) = 50.74%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=29.05%
G=50.74%
B=20.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138241960.4300.600.05102.6283.8266.08
Hex8AF1602B03C5675442
Octal212361140530745147124102
Binary100010101111000111000001010110111100101110011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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