Shades of Pastel Green #6AEF90
Tints of Pastel Green #6AEF90
RGB
CMYK
RGB Variations
Color information
#6AEF90 (or 0x6AEF90) is known color: Pastel Green. HEX triplet: 6A, EF and 90. RGB value is (106,239,144). Sum of RGB (Red+Green+Blue) = 106+239+144=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEF90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEF90 is #95106F. Grayscale: #BCBCBC. Windows color (decimal): -9769072 or 9498474. OLE color: 9498474.
HSL color Cylindrical-coordinate representation of color #6AEF90: hue angle of 137.14º degrees, saturation: 0.81, 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 #6AEF90 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 239 | 144 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.06 |
| HSL | 137.14º | 0.81% | 0.68% | - |
| HSV(B) | 137.14º | 0.56% | 0.94% | - |
| XYZ | 41.84 | 66.81 | 37.08 | - |
| YUV | 188.4 | 102.94 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 239 | 144 | 0.56 | 0 | 0.40 | 0.06 | 137.14 | 0.81 | 0.68 |
| Hex | 6A | EF | 90 | 38 | 0 | 28 | 6 | 89 | 51 | 44 |
| Octal | 152 | 357 | 220 | 70 | 0 | 50 | 6 | 211 | 121 | 104 |
| Binary | 1101010 | 11101111 | 10010000 | 111000 | 0 | 101000 | 110 | 10001001 | 1010001 | 1000100 |
Color Harmonies of #6AEF90
Complementary color
Monochromatic Colors of #6AEF90
Black with #6AEF90
Text Example
Text Example
White with #6AEF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEF90; }
p { color: rgb(106,239,144); }
H1.HeaderClassName
{
color: #6AEF90;
}
.AnyTagClassName
{
color: #6AEF90;
}
</style>
background-color css
<style>
a { background-color: #6AEF90; }
a { background-color: rgb(106,239,144); }
div.DivClassName
{
background-color: #6AEF90;
}
.BgClassName
{
background-color: #6AEF90;
}
</style>
border-color css
<style>
span { border-color: #6AEF90; }
span { border-color: rgb(106,239,144); }
td.TdClassName
{
border-color: #6AEF90;
}
.TagClassName
{
border-color: #6AEF90;
}
</style>