Shades of Kelly Green #42AC1B
Tints of Kelly Green #42AC1B
RGB
CMYK
RGB Variations
Color information
#42AC1B (or 0x42AC1B) is known color: Kelly Green. HEX triplet: 42, AC and 1B. RGB value is (66,172,27). Sum of RGB (Red+Green+Blue) = 66+172+27=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC1B is #BD53E4. Grayscale: #7C7C7C. Windows color (decimal): -12407781 or 1813570. OLE color: 1813570.
HSL color Cylindrical-coordinate representation of color #42AC1B: hue angle of 103.86º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42AC1B is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 172 | 27 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.33 |
| HSL | 103.86º | 0.73% | 0.39% | - |
| HSV(B) | 103.86º | 0.84% | 0.67% | - |
| XYZ | 17.2 | 30.74 | 6.06 | - |
| YUV | 123.78 | 73.38 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 27 | 0.62 | 0 | 0.84 | 0.33 | 103.86 | 0.73 | 0.39 |
| Hex | 42 | AC | 1B | 3E | 0 | 54 | 21 | 68 | 49 | 27 |
| Octal | 102 | 254 | 33 | 76 | 0 | 124 | 41 | 150 | 111 | 47 |
| Binary | 1000010 | 10101100 | 11011 | 111110 | 0 | 1010100 | 100001 | 1101000 | 1001001 | 100111 |
Color Harmonies of #42AC1B
Complementary color
Monochromatic Colors of #42AC1B
Black with #42AC1B
Text Example
Text Example
White with #42AC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AC1B; }
p { color: rgb(66,172,27); }
H1.HeaderClassName
{
color: #42AC1B;
}
.AnyTagClassName
{
color: #42AC1B;
}
</style>
background-color css
<style>
a { background-color: #42AC1B; }
a { background-color: rgb(66,172,27); }
div.DivClassName
{
background-color: #42AC1B;
}
.BgClassName
{
background-color: #42AC1B;
}
</style>
border-color css
<style>
span { border-color: #42AC1B; }
span { border-color: rgb(66,172,27); }
td.TdClassName
{
border-color: #42AC1B;
}
.TagClassName
{
border-color: #42AC1B;
}
</style>