Shades of Pastel Green #6AF28A
Tints of Pastel Green #6AF28A
RGB
CMYK
RGB Variations
Color information
#6AF28A (or 0x6AF28A) is known color: Pastel Green. HEX triplet: 6A, F2 and 8A. RGB value is (106,242,138). Sum of RGB (Red+Green+Blue) = 106+242+138=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF28A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF28A is #950D75. Grayscale: #BDBDBD. Windows color (decimal): -9768310 or 9106026. OLE color: 9106026.
HSL color Cylindrical-coordinate representation of color #6AF28A: hue angle of 134.12º 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 #6AF28A is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 242 | 138 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.05 |
| HSL | 134.12º | 0.84% | 0.68% | - |
| HSV(B) | 134.12º | 0.56% | 0.95% | - |
| XYZ | 42.28 | 68.4 | 35.02 | - |
| YUV | 189.48 | 98.94 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 242 | 138 | 0.56 | 0 | 0.43 | 0.05 | 134.12 | 0.84 | 0.68 |
| Hex | 6A | F2 | 8A | 38 | 0 | 2B | 5 | 86 | 54 | 44 |
| Octal | 152 | 362 | 212 | 70 | 0 | 53 | 5 | 206 | 124 | 104 |
| Binary | 1101010 | 11110010 | 10001010 | 111000 | 0 | 101011 | 101 | 10000110 | 1010100 | 1000100 |
Color Harmonies of #6AF28A
Complementary color
Monochromatic Colors of #6AF28A
Black with #6AF28A
Text Example
Text Example
White with #6AF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF28A; }
p { color: rgb(106,242,138); }
H1.HeaderClassName
{
color: #6AF28A;
}
.AnyTagClassName
{
color: #6AF28A;
}
</style>
background-color css
<style>
a { background-color: #6AF28A; }
a { background-color: rgb(106,242,138); }
div.DivClassName
{
background-color: #6AF28A;
}
.BgClassName
{
background-color: #6AF28A;
}
</style>
border-color css
<style>
span { border-color: #6AF28A; }
span { border-color: rgb(106,242,138); }
td.TdClassName
{
border-color: #6AF28A;
}
.TagClassName
{
border-color: #6AF28A;
}
</style>