#6AF18E

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

Shades of Pastel Green #6AF18E

Tints of Pastel Green #6AF18E

Color information

#6AF18E (or 0x6AF18E) is unknown color: approx Pastel Green. HEX triplet: 6A, F1 and 8E. RGB value is (106,241,142). Sum of RGB (Red+Green+Blue) = 106+241+142=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF18E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF18E is #950E71. Grayscale: #BDBDBD. Windows color (decimal): -9768562 or 9367914. OLE color: 9367914.

HSL color Cylindrical-coordinate representation of color #6AF18E: hue angle of 136º 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 #6AF18E is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB106241142-
CMYK0.5600.410.05
HSL136º82.82%68.04%-
HSV(B)136º56.02%94.51%-
XYZ42.2867.9336.47-
YUV189.35101.2768.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.68%
GREEN value IS 241 (94.53% from 255) = 49.28%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=21.68%
G=49.28%
B=29.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062411420.5600.410.0513682.8268.04
Hex6AF18E380295885344
Octal152361216700515210123104
Binary1101010111100011000111011100001010011011000100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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