#6AFA8D

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

Shades of Pastel Green #6AFA8D

Tints of Pastel Green #6AFA8D

Color information

#6AFA8D (or 0x6AFA8D) is unknown color: approx Pastel Green. HEX triplet: 6A, FA and 8D. RGB value is (106,250,141). Sum of RGB (Red+Green+Blue) = 106+250+141=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFA8D is #950572. Grayscale: #C2C2C2. Windows color (decimal): -9766259 or 9304682. OLE color: 9304682.

HSL color Cylindrical-coordinate representation of color #6AFA8D: hue angle of 134.58º 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 #6AFA8D is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB106250141-
CMYK0.5800.440.02
HSL134.58º93.51%69.8%-
HSV(B)134.58º57.6%98.04%-
XYZ44.9473.3636.99-
YUV194.5297.7964.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.33%
GREEN value IS 250 (98.05% from 255) = 50.30%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=21.33%
G=50.30%
B=28.37%

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
Decimal1062501410.5800.440.02134.5893.5169.8
Hex6AFA8D3A02C2875e46
Octal152372215720542207136106
Binary110101011111010100011011110100101100101000011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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