Shades of Pastel Green #6AF08C
Tints of Pastel Green #6AF08C
RGB
CMYK
RGB Variations
Color information
#6AF08C (or 0x6AF08C) is known color: Pastel Green. HEX triplet: 6A, F0 and 8C. RGB value is (106,240,140). Sum of RGB (Red+Green+Blue) = 106+240+140=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF08C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF08C is #950F73. Grayscale: #BCBCBC. Windows color (decimal): -9768820 or 9236586. OLE color: 9236586.
HSL color Cylindrical-coordinate representation of color #6AF08C: hue angle of 135.22º 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 #6AF08C is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 140 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.06 |
| HSL | 135.22º | 0.82% | 0.68% | - |
| HSV(B) | 135.22º | 0.56% | 0.94% | - |
| XYZ | 41.84 | 67.28 | 35.59 | - |
| YUV | 188.53 | 100.61 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 140 | 0.56 | 0 | 0.42 | 0.06 | 135.22 | 0.82 | 0.68 |
| Hex | 6A | F0 | 8C | 38 | 0 | 2A | 6 | 87 | 52 | 44 |
| Octal | 152 | 360 | 214 | 70 | 0 | 52 | 6 | 207 | 122 | 104 |
| Binary | 1101010 | 11110000 | 10001100 | 111000 | 0 | 101010 | 110 | 10000111 | 1010010 | 1000100 |
Color Harmonies of #6AF08C
Complementary color
Monochromatic Colors of #6AF08C
Black with #6AF08C
Text Example
Text Example
White with #6AF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF08C; }
p { color: rgb(106,240,140); }
H1.HeaderClassName
{
color: #6AF08C;
}
.AnyTagClassName
{
color: #6AF08C;
}
</style>
background-color css
<style>
a { background-color: #6AF08C; }
a { background-color: rgb(106,240,140); }
div.DivClassName
{
background-color: #6AF08C;
}
.BgClassName
{
background-color: #6AF08C;
}
</style>
border-color css
<style>
span { border-color: #6AF08C; }
span { border-color: rgb(106,240,140); }
td.TdClassName
{
border-color: #6AF08C;
}
.TagClassName
{
border-color: #6AF08C;
}
</style>