#6AFA8C

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

Shades of Pastel Green #6AFA8C

Tints of Pastel Green #6AFA8C

Color information

#6AFA8C (or 0x6AFA8C) is unknown color: approx Pastel Green. HEX triplet: 6A, FA and 8C. RGB value is (106,250,140). Sum of RGB (Red+Green+Blue) = 106+250+140=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFA8C is #950573. Grayscale: #C2C2C2. Windows color (decimal): -9766260 or 9239146. OLE color: 9239146.

HSL color Cylindrical-coordinate representation of color #6AFA8C: hue angle of 134.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFA8C is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB106250140-
CMYK0.5800.440.02
HSL134.17º93.51%69.8%-
HSV(B)134.17º57.6%98.04%-
XYZ44.8673.3336.6-
YUV194.497.2964.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.37%
GREEN value IS 250 (98.05% from 255) = 50.40%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=21.37%
G=50.40%
B=28.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062501400.5800.440.02134.1793.5169.8
Hex6AFA8C3A02C2865e46
Octal152372214720542206136106
Binary110101011111010100011001110100101100101000011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AFA8C; }

 p { color: rgb(106,250,140); }

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

<style>
 a { background-color: #6AFA8C; }

 a { background-color: rgb(106,250,140); }

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

<style>
 span { border-color: #6AFA8C; }

 span { border-color: rgb(106,250,140); }

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