#6AF07B

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

Shades of Pastel Green #6AF07B

Tints of Pastel Green #6AF07B

Color information

#6AF07B (or 0x6AF07B) is unknown color: approx Pastel Green. HEX triplet: 6A, F0 and 7B. RGB value is (106,240,123). Sum of RGB (Red+Green+Blue) = 106+240+123=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF07B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF07B is #950F84. Grayscale: #BABABA. Windows color (decimal): -9768837 or 8122474. OLE color: 8122474.

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

Color convert

RGB106240123-
CMYK0.5600.490.06
HSL127.61º81.71%67.84%-
HSV(B)127.61º55.83%94.12%-
XYZ40.6866.8129.49-
YUV186.692.1170.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.60%
GREEN value IS 240 (94.14% from 255) = 51.17%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=22.60%
G=51.17%
B=26.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1062401230.5600.490.06127.6181.7167.84
Hex6AF07B380316805244
Octal152360173700616200122104
Binary110101011110000111101111100001100011101000000010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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