Shades of Pastel Green #6AF089
Tints of Pastel Green #6AF089
RGB
CMYK
RGB Variations
Color information
#6AF089 (or 0x6AF089) is known color: Pastel Green. HEX triplet: 6A, F0 and 89. RGB value is (106,240,137). Sum of RGB (Red+Green+Blue) = 106+240+137=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF089 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF089 is #950F76. Grayscale: #BCBCBC. Windows color (decimal): -9768823 or 9039978. OLE color: 9039978.
HSL color Cylindrical-coordinate representation of color #6AF089: hue angle of 133.88º 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 #6AF089 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 137 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.06 |
| HSL | 133.88º | 0.82% | 0.68% | - |
| HSV(B) | 133.88º | 0.56% | 0.94% | - |
| XYZ | 41.62 | 67.19 | 34.44 | - |
| YUV | 188.19 | 99.11 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 137 | 0.56 | 0 | 0.43 | 0.06 | 133.88 | 0.82 | 0.68 |
| Hex | 6A | F0 | 89 | 38 | 0 | 2B | 6 | 86 | 52 | 44 |
| Octal | 152 | 360 | 211 | 70 | 0 | 53 | 6 | 206 | 122 | 104 |
| Binary | 1101010 | 11110000 | 10001001 | 111000 | 0 | 101011 | 110 | 10000110 | 1010010 | 1000100 |
Color Harmonies of #6AF089
Complementary color
Monochromatic Colors of #6AF089
Black with #6AF089
Text Example
Text Example
White with #6AF089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF089; }
p { color: rgb(106,240,137); }
H1.HeaderClassName
{
color: #6AF089;
}
.AnyTagClassName
{
color: #6AF089;
}
</style>
background-color css
<style>
a { background-color: #6AF089; }
a { background-color: rgb(106,240,137); }
div.DivClassName
{
background-color: #6AF089;
}
.BgClassName
{
background-color: #6AF089;
}
</style>
border-color css
<style>
span { border-color: #6AF089; }
span { border-color: rgb(106,240,137); }
td.TdClassName
{
border-color: #6AF089;
}
.TagClassName
{
border-color: #6AF089;
}
</style>