Shades of Pastel Green #6AF08B
Tints of Pastel Green #6AF08B
RGB
CMYK
RGB Variations
Color information
#6AF08B (or 0x6AF08B) is known color: Pastel Green. HEX triplet: 6A, F0 and 8B. RGB value is (106,240,139). Sum of RGB (Red+Green+Blue) = 106+240+139=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF08B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF08B is #950F74. Grayscale: #BCBCBC. Windows color (decimal): -9768821 or 9171050. OLE color: 9171050.
HSL color Cylindrical-coordinate representation of color #6AF08B: hue angle of 134.78º 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 #6AF08B is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 139 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.06 |
| HSL | 134.78º | 0.82% | 0.68% | - |
| HSV(B) | 134.78º | 0.56% | 0.94% | - |
| XYZ | 41.76 | 67.25 | 35.21 | - |
| YUV | 188.42 | 100.11 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 139 | 0.56 | 0 | 0.42 | 0.06 | 134.78 | 0.82 | 0.68 |
| Hex | 6A | F0 | 8B | 38 | 0 | 2A | 6 | 87 | 52 | 44 |
| Octal | 152 | 360 | 213 | 70 | 0 | 52 | 6 | 207 | 122 | 104 |
| Binary | 1101010 | 11110000 | 10001011 | 111000 | 0 | 101010 | 110 | 10000111 | 1010010 | 1000100 |
Color Harmonies of #6AF08B
Complementary color
Monochromatic Colors of #6AF08B
Black with #6AF08B
Text Example
Text Example
White with #6AF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF08B; }
p { color: rgb(106,240,139); }
H1.HeaderClassName
{
color: #6AF08B;
}
.AnyTagClassName
{
color: #6AF08B;
}
</style>
background-color css
<style>
a { background-color: #6AF08B; }
a { background-color: rgb(106,240,139); }
div.DivClassName
{
background-color: #6AF08B;
}
.BgClassName
{
background-color: #6AF08B;
}
</style>
border-color css
<style>
span { border-color: #6AF08B; }
span { border-color: rgb(106,240,139); }
td.TdClassName
{
border-color: #6AF08B;
}
.TagClassName
{
border-color: #6AF08B;
}
</style>