#6AF08F

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

Shades of Pastel Green #6AF08F

Tints of Pastel Green #6AF08F

Color information

#6AF08F (or 0x6AF08F) is unknown color: approx Pastel Green. HEX triplet: 6A, F0 and 8F. RGB value is (106,240,143). Sum of RGB (Red+Green+Blue) = 106+240+143=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF08F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF08F is #950F70. Grayscale: #BDBDBD. Windows color (decimal): -9768817 or 9433194. OLE color: 9433194.

HSL color Cylindrical-coordinate representation of color #6AF08F: hue angle of 136.57º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF08F is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB106240143-
CMYK0.5600.400.06
HSL136.57º81.71%67.84%-
HSV(B)136.57º55.83%94.12%-
XYZ42.0667.3736.77-
YUV188.88102.1168.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.68%
GREEN value IS 240 (94.14% from 255) = 49.08%
BLUE value IS 143 (56.25% from 255) = 29.24%
R=21.68%
G=49.08%
B=29.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1062401430.5600.400.06136.5781.7167.84
Hex6AF08F380286895244
Octal152360217700506211122104
Binary1101010111100001000111111100001010001101000100110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,240,143); }

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

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

 a { background-color: rgb(106,240,143); }

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

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

 span { border-color: rgb(106,240,143); }

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