Shades of Light Green #6AFF9D
Tints of Light Green #6AFF9D
RGB
CMYK
RGB Variations
Color information
#6AFF9D (or 0x6AFF9D) is known color: Light Green. HEX triplet: 6A, FF and 9D. RGB value is (106,255,157). Sum of RGB (Red+Green+Blue) = 106+255+157=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFF9D is #950062. Grayscale: #C7C7C7. Windows color (decimal): -9764963 or 10354538. OLE color: 10354538.
HSL color Cylindrical-coordinate representation of color #6AFF9D: hue angle of 140.54º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFF9D is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 157 | - |
| CMYK | 0.58 | 0 | 0.38 | 0 |
| HSL | 140.54º | 1% | 0.71% | - |
| HSV(B) | 140.54º | 0.58% | 1% | - |
| XYZ | 47.79 | 77.02 | 44.25 | - |
| YUV | 199.28 | 104.14 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 157 | 0.58 | 0 | 0.38 | 0 | 140.54 | 1 | 0.71 |
| Hex | 6A | FF | 9D | 3A | 0 | 26 | 0 | 8D | 64 | 47 |
| Octal | 152 | 377 | 235 | 72 | 0 | 46 | 0 | 215 | 144 | 107 |
| Binary | 1101010 | 11111111 | 10011101 | 111010 | 0 | 100110 | 0 | 10001101 | 1100100 | 1000111 |
Color Harmonies of #6AFF9D
Complementary color
Monochromatic Colors of #6AFF9D
Black with #6AFF9D
Text Example
Text Example
White with #6AFF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFF9D; }
p { color: rgb(106,255,157); }
H1.HeaderClassName
{
color: #6AFF9D;
}
.AnyTagClassName
{
color: #6AFF9D;
}
</style>
background-color css
<style>
a { background-color: #6AFF9D; }
a { background-color: rgb(106,255,157); }
div.DivClassName
{
background-color: #6AFF9D;
}
.BgClassName
{
background-color: #6AFF9D;
}
</style>
border-color css
<style>
span { border-color: #6AFF9D; }
span { border-color: rgb(106,255,157); }
td.TdClassName
{
border-color: #6AFF9D;
}
.TagClassName
{
border-color: #6AFF9D;
}
</style>