Shades of Kelly Green #42AD1A
Tints of Kelly Green #42AD1A
RGB
CMYK
RGB Variations
Color information
#42AD1A (or 0x42AD1A) is known color: Kelly Green. HEX triplet: 42, AD and 1A. RGB value is (66,173,26). Sum of RGB (Red+Green+Blue) = 66+173+26=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AD1A is #BD52E5. Grayscale: #7C7C7C. Windows color (decimal): -12407526 or 1748290. OLE color: 1748290.
HSL color Cylindrical-coordinate representation of color #42AD1A: hue angle of 103.67º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42AD1A is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 26 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.32 |
| HSL | 103.67º | 0.74% | 0.39% | - |
| HSV(B) | 103.67º | 0.85% | 0.68% | - |
| XYZ | 17.38 | 31.12 | 6.07 | - |
| YUV | 124.25 | 72.55 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 26 | 0.62 | 0 | 0.85 | 0.32 | 103.67 | 0.74 | 0.39 |
| Hex | 42 | AD | 1A | 3E | 0 | 55 | 20 | 68 | 4A | 27 |
| Octal | 102 | 255 | 32 | 76 | 0 | 125 | 40 | 150 | 112 | 47 |
| Binary | 1000010 | 10101101 | 11010 | 111110 | 0 | 1010101 | 100000 | 1101000 | 1001010 | 100111 |
Color Harmonies of #42AD1A
Complementary color
Monochromatic Colors of #42AD1A
Black with #42AD1A
Text Example
Text Example
White with #42AD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD1A; }
p { color: rgb(66,173,26); }
H1.HeaderClassName
{
color: #42AD1A;
}
.AnyTagClassName
{
color: #42AD1A;
}
</style>
background-color css
<style>
a { background-color: #42AD1A; }
a { background-color: rgb(66,173,26); }
div.DivClassName
{
background-color: #42AD1A;
}
.BgClassName
{
background-color: #42AD1A;
}
</style>
border-color css
<style>
span { border-color: #42AD1A; }
span { border-color: rgb(66,173,26); }
td.TdClassName
{
border-color: #42AD1A;
}
.TagClassName
{
border-color: #42AD1A;
}
</style>