#8AF66C

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

Shades of Pastel Green #8AF66C

Tints of Pastel Green #8AF66C

Color information

#8AF66C (or 0x8AF66C) is unknown color: approx Pastel Green. HEX triplet: 8A, F6 and 6C. RGB value is (138,246,108). Sum of RGB (Red+Green+Blue) = 138+246+108=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF66C is #750993. Grayscale: #C6C6C6. Windows color (decimal): -7670164 or 7141002. OLE color: 7141002.

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

Color convert

RGB138246108-
CMYK0.4400.560.04
HSL106.96º88.46%69.41%-
HSV(B)106.96º56.1%96.47%-
XYZ46.1472.425.73-
YUV197.9877.2285.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.05%
GREEN value IS 246 (96.48% from 255) = 50%
BLUE value IS 108 (42.58% from 255) = 21.95%
R=28.05%
G=50%
B=21.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382461080.4400.560.04106.9688.4669.41
Hex8AF66C2C03846b5845
Octal212366154540704153130105
Binary100010101111011011011001011000111000100110101110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,246,108); }

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

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

 a { background-color: rgb(138,246,108); }

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

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

 span { border-color: rgb(138,246,108); }

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