Shades of Kelly Green #2ACF09
Tints of Kelly Green #2ACF09
RGB
CMYK
RGB Variations
Color information
#2ACF09 (or 0x2ACF09) is known color: Kelly Green. HEX triplet: 2A, CF and 09. RGB value is (42,207,9). Sum of RGB (Red+Green+Blue) = 42+207+9=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 207 (81.25% from 255 or 80.23% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACF09 is #D530F6. Grayscale: #878787. Windows color (decimal): -13971703 or 642858. OLE color: 642858.
HSL color Cylindrical-coordinate representation of color #2ACF09: hue angle of 110º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2ACF09 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 9 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.19 |
| HSL | 110º | 0.92% | 0.42% | - |
| HSV(B) | 110º | 0.96% | 0.81% | - |
| XYZ | 23.32 | 45.14 | 7.74 | - |
| YUV | 135.09 | 56.84 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 9 | 0.80 | 0 | 0.96 | 0.19 | 110 | 0.92 | 0.42 |
| Hex | 2A | CF | 9 | 50 | 0 | 60 | 13 | 6E | 5C | 2A |
| Octal | 52 | 317 | 11 | 120 | 0 | 140 | 23 | 156 | 134 | 52 |
| Binary | 101010 | 11001111 | 1001 | 1010000 | 0 | 1100000 | 10011 | 1101110 | 1011100 | 101010 |
Color Harmonies of #2ACF09
Complementary color
Monochromatic Colors of #2ACF09
Black with #2ACF09
Text Example
Text Example
White with #2ACF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF09; }
p { color: rgb(42,207,9); }
H1.HeaderClassName
{
color: #2ACF09;
}
.AnyTagClassName
{
color: #2ACF09;
}
</style>
background-color css
<style>
a { background-color: #2ACF09; }
a { background-color: rgb(42,207,9); }
div.DivClassName
{
background-color: #2ACF09;
}
.BgClassName
{
background-color: #2ACF09;
}
</style>
border-color css
<style>
span { border-color: #2ACF09; }
span { border-color: rgb(42,207,9); }
td.TdClassName
{
border-color: #2ACF09;
}
.TagClassName
{
border-color: #2ACF09;
}
</style>