Shades of Kelly Green #6ACF00
Tints of Kelly Green #6ACF00
RGB
CMYK
RGB Variations
Color information
#6ACF00 (or 0x6ACF00) is known color: Kelly Green. HEX triplet: 6A, CF and 00. RGB value is (106,207,0). Sum of RGB (Red+Green+Blue) = 106+207+0=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ACF00 is #9530FF. Grayscale: #999999. Windows color (decimal): -9777408 or 53098. OLE color: 53098.
HSL color Cylindrical-coordinate representation of color #6ACF00: hue angle of 89.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6ACF00 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 207 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.19 |
| HSL | 89.28º | 1% | 0.41% | - |
| HSV(B) | 89.28º | 1% | 0.81% | - |
| XYZ | 28.26 | 47.69 | 7.72 | - |
| YUV | 153.2 | 41.54 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 0 | 0.49 | 0 | 1 | 0.19 | 89.28 | 1 | 0.41 |
| Hex | 6A | CF | 0 | 31 | 0 | 64 | 13 | 59 | 64 | 29 |
| Octal | 152 | 317 | 0 | 61 | 0 | 144 | 23 | 131 | 144 | 51 |
| Binary | 1101010 | 11001111 | 0 | 110001 | 0 | 1100100 | 10011 | 1011001 | 1100100 | 101001 |
Color Harmonies of #6ACF00
Complementary color
Monochromatic Colors of #6ACF00
Black with #6ACF00
Text Example
Text Example
White with #6ACF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACF00; }
p { color: rgb(106,207,0); }
H1.HeaderClassName
{
color: #6ACF00;
}
.AnyTagClassName
{
color: #6ACF00;
}
</style>
background-color css
<style>
a { background-color: #6ACF00; }
a { background-color: rgb(106,207,0); }
div.DivClassName
{
background-color: #6ACF00;
}
.BgClassName
{
background-color: #6ACF00;
}
</style>
border-color css
<style>
span { border-color: #6ACF00; }
span { border-color: rgb(106,207,0); }
td.TdClassName
{
border-color: #6ACF00;
}
.TagClassName
{
border-color: #6ACF00;
}
</style>