Shades of Light Green #6AFB9B
Tints of Light Green #6AFB9B
RGB
CMYK
RGB Variations
Color information
#6AFB9B (or 0x6AFB9B) is known color: Light Green. HEX triplet: 6A, FB and 9B. RGB value is (106,251,155). Sum of RGB (Red+Green+Blue) = 106+251+155=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFB9B is #950464. Grayscale: #C4C4C4. Windows color (decimal): -9765989 or 10222442. OLE color: 10222442.
HSL color Cylindrical-coordinate representation of color #6AFB9B: hue angle of 140.28º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFB9B is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 155 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.02 |
| HSL | 140.28º | 0.95% | 0.7% | - |
| HSV(B) | 140.28º | 0.58% | 0.98% | - |
| XYZ | 46.36 | 74.43 | 42.93 | - |
| YUV | 196.7 | 104.46 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 155 | 0.58 | 0 | 0.38 | 0.02 | 140.28 | 0.95 | 0.7 |
| Hex | 6A | FB | 9B | 3A | 0 | 26 | 2 | 8C | 5F | 46 |
| Octal | 152 | 373 | 233 | 72 | 0 | 46 | 2 | 214 | 137 | 106 |
| Binary | 1101010 | 11111011 | 10011011 | 111010 | 0 | 100110 | 10 | 10001100 | 1011111 | 1000110 |
Color Harmonies of #6AFB9B
Complementary color
Monochromatic Colors of #6AFB9B
Black with #6AFB9B
Text Example
Text Example
White with #6AFB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFB9B; }
p { color: rgb(106,251,155); }
H1.HeaderClassName
{
color: #6AFB9B;
}
.AnyTagClassName
{
color: #6AFB9B;
}
</style>
background-color css
<style>
a { background-color: #6AFB9B; }
a { background-color: rgb(106,251,155); }
div.DivClassName
{
background-color: #6AFB9B;
}
.BgClassName
{
background-color: #6AFB9B;
}
</style>
border-color css
<style>
span { border-color: #6AFB9B; }
span { border-color: rgb(106,251,155); }
td.TdClassName
{
border-color: #6AFB9B;
}
.TagClassName
{
border-color: #6AFB9B;
}
</style>