Shades of Light Green #6AFB90
Tints of Light Green #6AFB90
RGB
CMYK
RGB Variations
Color information
#6AFB90 (or 0x6AFB90) is known color: Light Green. HEX triplet: 6A, FB and 90. RGB value is (106,251,144). Sum of RGB (Red+Green+Blue) = 106+251+144=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFB90 is #95046F. Grayscale: #C3C3C3. Windows color (decimal): -9766000 or 9501546. OLE color: 9501546.
HSL color Cylindrical-coordinate representation of color #6AFB90: hue angle of 135.72º 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 #6AFB90 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 144 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.02 |
| HSL | 135.72º | 0.95% | 0.7% | - |
| HSV(B) | 135.72º | 0.58% | 0.98% | - |
| XYZ | 45.48 | 74.07 | 38.29 | - |
| YUV | 195.45 | 98.96 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 144 | 0.58 | 0 | 0.43 | 0.02 | 135.72 | 0.95 | 0.7 |
| Hex | 6A | FB | 90 | 3A | 0 | 2B | 2 | 88 | 5F | 46 |
| Octal | 152 | 373 | 220 | 72 | 0 | 53 | 2 | 210 | 137 | 106 |
| Binary | 1101010 | 11111011 | 10010000 | 111010 | 0 | 101011 | 10 | 10001000 | 1011111 | 1000110 |
Color Harmonies of #6AFB90
Complementary color
Monochromatic Colors of #6AFB90
Black with #6AFB90
Text Example
Text Example
White with #6AFB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFB90; }
p { color: rgb(106,251,144); }
H1.HeaderClassName
{
color: #6AFB90;
}
.AnyTagClassName
{
color: #6AFB90;
}
</style>
background-color css
<style>
a { background-color: #6AFB90; }
a { background-color: rgb(106,251,144); }
div.DivClassName
{
background-color: #6AFB90;
}
.BgClassName
{
background-color: #6AFB90;
}
</style>
border-color css
<style>
span { border-color: #6AFB90; }
span { border-color: rgb(106,251,144); }
td.TdClassName
{
border-color: #6AFB90;
}
.TagClassName
{
border-color: #6AFB90;
}
</style>