Shades of Kelly Green #45AE0A
Tints of Kelly Green #45AE0A
RGB
CMYK
RGB Variations
Color information
#45AE0A (or 0x45AE0A) is known color: Kelly Green. HEX triplet: 45, AE and 0A. RGB value is (69,174,10). Sum of RGB (Red+Green+Blue) = 69+174+10=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 174 (68.36% from 255 or 68.77% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AE0A is #BA51F5. Grayscale: #7C7C7C. Windows color (decimal): -12210678 or 699973. OLE color: 699973.
HSL color Cylindrical-coordinate representation of color #45AE0A: hue angle of 98.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45AE0A is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 174 | 10 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.32 |
| HSL | 98.41º | 0.89% | 0.36% | - |
| HSV(B) | 98.41º | 0.94% | 0.68% | - |
| XYZ | 17.65 | 31.56 | 5.45 | - |
| YUV | 123.91 | 63.71 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 174 | 10 | 0.60 | 0 | 0.94 | 0.32 | 98.41 | 0.89 | 0.36 |
| Hex | 45 | AE | A | 3C | 0 | 5E | 20 | 62 | 59 | 24 |
| Octal | 105 | 256 | 12 | 74 | 0 | 136 | 40 | 142 | 131 | 44 |
| Binary | 1000101 | 10101110 | 1010 | 111100 | 0 | 1011110 | 100000 | 1100010 | 1011001 | 100100 |
Color Harmonies of #45AE0A
Complementary color
Monochromatic Colors of #45AE0A
Black with #45AE0A
Text Example
Text Example
White with #45AE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AE0A; }
p { color: rgb(69,174,10); }
H1.HeaderClassName
{
color: #45AE0A;
}
.AnyTagClassName
{
color: #45AE0A;
}
</style>
background-color css
<style>
a { background-color: #45AE0A; }
a { background-color: rgb(69,174,10); }
div.DivClassName
{
background-color: #45AE0A;
}
.BgClassName
{
background-color: #45AE0A;
}
</style>
border-color css
<style>
span { border-color: #45AE0A; }
span { border-color: rgb(69,174,10); }
td.TdClassName
{
border-color: #45AE0A;
}
.TagClassName
{
border-color: #45AE0A;
}
</style>