#8AF668

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

Shades of Pastel Green #8AF668

Tints of Pastel Green #8AF668

Color information

#8AF668 (or 0x8AF668) is unknown color: approx Pastel Green. HEX triplet: 8A, F6 and 68. RGB value is (138,246,104). Sum of RGB (Red+Green+Blue) = 138+246+104=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF668 is #750997. Grayscale: #C5C5C5. Windows color (decimal): -7670168 or 6878858. OLE color: 6878858.

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

Color convert

RGB138246104-
CMYK0.4400.580.04
HSL105.63º88.75%68.63%-
HSV(B)105.63º57.72%96.47%-
XYZ45.9472.3124.63-
YUV197.5275.2285.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 246 (96.48% from 255) = 50.41%
BLUE value IS 104 (41.02% from 255) = 21.31%
R=28.28%
G=50.41%
B=21.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382461040.4400.580.04105.6388.7568.63
Hex8AF6682C03A46a5945
Octal212366150540724152131105
Binary100010101111011011010001011000111010100110101010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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