#8af46a

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

Shades of Pastel Green #8AF46A

Tints of Pastel Green #8AF46A

Color information

#8AF46A (or 0x8AF46A) is unknown color: approx Pastel Green. HEX triplet: 8A, F4 and 6A. RGB value is (138,244,106). Sum of RGB (Red+Green+Blue) = 138+244+106=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF46A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF46A is #750B95. Grayscale: #C5C5C5. Windows color (decimal): -7670678 or 7009418. OLE color: 7009418.

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

Color convert

RGB138244106-
CMYK0.4300.570.04
HSL106.09º86.25%68.63%-
HSV(B)106.09º56.56%95.69%-
XYZ45.4371.1524.97-
YUV196.5776.8886.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 244 (95.70% from 255) = 50%
BLUE value IS 106 (41.80% from 255) = 21.72%
R=28.28%
G=50%
B=21.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382441060.4300.570.04106.0986.2568.63
Hex8AF46A2B03946a5645
Octal212364152530714152126105
Binary100010101111010011010101010110111001100110101010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8af46a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,244,106); }

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

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

 a { background-color: rgb(138,244,106); }

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

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

 span { border-color: rgb(138,244,106); }

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