#6AF788

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

Shades of Pastel Green #6AF788

Tints of Pastel Green #6AF788

Color information

#6AF788 (or 0x6AF788) is unknown color: approx Pastel Green. HEX triplet: 6A, F7 and 88. RGB value is (106,247,136). Sum of RGB (Red+Green+Blue) = 106+247+136=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF788 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF788 is #950877. Grayscale: #C0C0C0. Windows color (decimal): -9767032 or 8976234. OLE color: 8976234.

HSL color Cylindrical-coordinate representation of color #6AF788: hue angle of 132.77º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF788 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB106247136-
CMYK0.5700.450.03
HSL132.77º89.81%69.22%-
HSV(B)132.77º57.09%96.86%-
XYZ43.6571.3634.77-
YUV192.1996.2966.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.68%
GREEN value IS 247 (96.88% from 255) = 50.51%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=21.68%
G=50.51%
B=27.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1062471360.5700.450.03132.7789.8169.22
Hex6AF7883902D3855a45
Octal152367210710553205132105
Binary110101011110111100010001110010101101111000010110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,247,136); }

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

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

 a { background-color: rgb(106,247,136); }

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

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

 span { border-color: rgb(106,247,136); }

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