Shades of Pastel Green #6AF18B
Tints of Pastel Green #6AF18B
RGB
CMYK
RGB Variations
Color information
#6AF18B (or 0x6AF18B) is known color: Pastel Green. HEX triplet: 6A, F1 and 8B. RGB value is (106,241,139). Sum of RGB (Red+Green+Blue) = 106+241+139=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF18B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF18B is #950E74. Grayscale: #BDBDBD. Windows color (decimal): -9768565 or 9171306. OLE color: 9171306.
HSL color Cylindrical-coordinate representation of color #6AF18B: hue angle of 134.67º 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 #6AF18B is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 139 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.05 |
| HSL | 134.67º | 0.83% | 0.68% | - |
| HSV(B) | 134.67º | 0.56% | 0.95% | - |
| XYZ | 42.06 | 67.84 | 35.3 | - |
| YUV | 189.01 | 99.77 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 139 | 0.56 | 0 | 0.42 | 0.05 | 134.67 | 0.83 | 0.68 |
| Hex | 6A | F1 | 8B | 38 | 0 | 2A | 5 | 87 | 53 | 44 |
| Octal | 152 | 361 | 213 | 70 | 0 | 52 | 5 | 207 | 123 | 104 |
| Binary | 1101010 | 11110001 | 10001011 | 111000 | 0 | 101010 | 101 | 10000111 | 1010011 | 1000100 |
Color Harmonies of #6AF18B
Complementary color
Monochromatic Colors of #6AF18B
Black with #6AF18B
Text Example
Text Example
White with #6AF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF18B; }
p { color: rgb(106,241,139); }
H1.HeaderClassName
{
color: #6AF18B;
}
.AnyTagClassName
{
color: #6AF18B;
}
</style>
background-color css
<style>
a { background-color: #6AF18B; }
a { background-color: rgb(106,241,139); }
div.DivClassName
{
background-color: #6AF18B;
}
.BgClassName
{
background-color: #6AF18B;
}
</style>
border-color css
<style>
span { border-color: #6AF18B; }
span { border-color: rgb(106,241,139); }
td.TdClassName
{
border-color: #6AF18B;
}
.TagClassName
{
border-color: #6AF18B;
}
</style>