Shades of Pastel Green #6AF08A
Tints of Pastel Green #6AF08A
RGB
CMYK
RGB Variations
Color information
#6AF08A (or 0x6AF08A) is known color: Pastel Green. HEX triplet: 6A, F0 and 8A. RGB value is (106,240,138). Sum of RGB (Red+Green+Blue) = 106+240+138=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF08A is #950F75. Grayscale: #BCBCBC. Windows color (decimal): -9768822 or 9105514. OLE color: 9105514.
HSL color Cylindrical-coordinate representation of color #6AF08A: hue angle of 134.33º 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 #6AF08A is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 138 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.06 |
| HSL | 134.33º | 0.82% | 0.68% | - |
| HSV(B) | 134.33º | 0.56% | 0.94% | - |
| XYZ | 41.69 | 67.22 | 34.82 | - |
| YUV | 188.31 | 99.61 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 138 | 0.56 | 0 | 0.42 | 0.06 | 134.33 | 0.82 | 0.68 |
| Hex | 6A | F0 | 8A | 38 | 0 | 2A | 6 | 86 | 52 | 44 |
| Octal | 152 | 360 | 212 | 70 | 0 | 52 | 6 | 206 | 122 | 104 |
| Binary | 1101010 | 11110000 | 10001010 | 111000 | 0 | 101010 | 110 | 10000110 | 1010010 | 1000100 |
Color Harmonies of #6AF08A
Complementary color
Monochromatic Colors of #6AF08A
Black with #6AF08A
Text Example
Text Example
White with #6AF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF08A; }
p { color: rgb(106,240,138); }
H1.HeaderClassName
{
color: #6AF08A;
}
.AnyTagClassName
{
color: #6AF08A;
}
</style>
background-color css
<style>
a { background-color: #6AF08A; }
a { background-color: rgb(106,240,138); }
div.DivClassName
{
background-color: #6AF08A;
}
.BgClassName
{
background-color: #6AF08A;
}
</style>
border-color css
<style>
span { border-color: #6AF08A; }
span { border-color: rgb(106,240,138); }
td.TdClassName
{
border-color: #6AF08A;
}
.TagClassName
{
border-color: #6AF08A;
}
</style>