Shades of Pastel Green #6AF289
Tints of Pastel Green #6AF289
RGB
CMYK
RGB Variations
Color information
#6AF289 (or 0x6AF289) is known color: Pastel Green. HEX triplet: 6A, F2 and 89. RGB value is (106,242,137). Sum of RGB (Red+Green+Blue) = 106+242+137=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF289 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF289 is #950D76. Grayscale: #BDBDBD. Windows color (decimal): -9768311 or 9040490. OLE color: 9040490.
HSL color Cylindrical-coordinate representation of color #6AF289: hue angle of 133.68º degrees, saturation: 0.84, 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 #6AF289 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 242 | 137 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.05 |
| HSL | 133.68º | 0.84% | 0.68% | - |
| HSV(B) | 133.68º | 0.56% | 0.95% | - |
| XYZ | 42.21 | 68.37 | 34.64 | - |
| YUV | 189.37 | 98.44 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 242 | 137 | 0.56 | 0 | 0.43 | 0.05 | 133.68 | 0.84 | 0.68 |
| Hex | 6A | F2 | 89 | 38 | 0 | 2B | 5 | 86 | 54 | 44 |
| Octal | 152 | 362 | 211 | 70 | 0 | 53 | 5 | 206 | 124 | 104 |
| Binary | 1101010 | 11110010 | 10001001 | 111000 | 0 | 101011 | 101 | 10000110 | 1010100 | 1000100 |
Color Harmonies of #6AF289
Complementary color
Monochromatic Colors of #6AF289
Black with #6AF289
Text Example
Text Example
White with #6AF289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF289; }
p { color: rgb(106,242,137); }
H1.HeaderClassName
{
color: #6AF289;
}
.AnyTagClassName
{
color: #6AF289;
}
</style>
background-color css
<style>
a { background-color: #6AF289; }
a { background-color: rgb(106,242,137); }
div.DivClassName
{
background-color: #6AF289;
}
.BgClassName
{
background-color: #6AF289;
}
</style>
border-color css
<style>
span { border-color: #6AF289; }
span { border-color: rgb(106,242,137); }
td.TdClassName
{
border-color: #6AF289;
}
.TagClassName
{
border-color: #6AF289;
}
</style>