#6AF17D

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

Shades of Pastel Green #6AF17D

Tints of Pastel Green #6AF17D

Color information

#6AF17D (or 0x6AF17D) is unknown color: approx Pastel Green. HEX triplet: 6A, F1 and 7D. RGB value is (106,241,125). Sum of RGB (Red+Green+Blue) = 106+241+125=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF17D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF17D is #950E82. Grayscale: #BBBBBB. Windows color (decimal): -9768579 or 8253802. OLE color: 8253802.

HSL color Cylindrical-coordinate representation of color #6AF17D: hue angle of 128.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF17D is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB106241125-
CMYK0.5600.480.05
HSL128.44º82.82%68.04%-
HSV(B)128.44º56.02%94.51%-
XYZ41.167.4630.26-
YUV187.4192.7769.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 241 (94.53% from 255) = 51.06%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=22.46%
G=51.06%
B=26.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062411250.5600.480.05128.4482.8268.04
Hex6AF17D380305805344
Octal152361175700605200123104
Binary110101011110001111110111100001100001011000000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,241,125); }

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

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

 a { background-color: rgb(106,241,125); }

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

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

 span { border-color: rgb(106,241,125); }

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