#8AF166

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

Shades of Pastel Green #8AF166

Tints of Pastel Green #8AF166

Color information

#8AF166 (or 0x8AF166) is unknown color: approx Pastel Green. HEX triplet: 8A, F1 and 66. RGB value is (138,241,102). Sum of RGB (Red+Green+Blue) = 138+241+102=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF166 is #750E99. Grayscale: #C2C2C2. Windows color (decimal): -7671450 or 6746506. OLE color: 6746506.

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

Color convert

RGB138241102-
CMYK0.4300.580.05
HSL104.46º83.23%67.25%-
HSV(B)104.46º57.68%94.51%-
XYZ44.3369.2723.6-
YUV194.3675.8887.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 241 (94.53% from 255) = 50.10%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=28.69%
G=50.10%
B=21.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382411020.4300.580.05104.4683.2367.25
Hex8AF1662B03A5685343
Octal212361146530725150123103
Binary100010101111000111001101010110111010101110100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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