Shades of Kelly Green #5ACE2D
Tints of Kelly Green #5ACE2D
RGB
CMYK
RGB Variations
Color information
#5ACE2D (or 0x5ACE2D) is known color: Kelly Green. HEX triplet: 5A, CE and 2D. RGB value is (90,206,45). Sum of RGB (Red+Green+Blue) = 90+206+45=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACE2D is #A531D2. Grayscale: #999999. Windows color (decimal): -10826195 or 3001946. OLE color: 3001946.
HSL color Cylindrical-coordinate representation of color #5ACE2D: hue angle of 103.23º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5ACE2D is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 45 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.19 |
| HSL | 103.23º | 0.64% | 0.49% | - |
| HSV(B) | 103.23º | 0.78% | 0.81% | - |
| XYZ | 26.76 | 46.51 | 10.05 | - |
| YUV | 152.96 | 67.07 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 45 | 0.56 | 0 | 0.78 | 0.19 | 103.23 | 0.64 | 0.49 |
| Hex | 5A | CE | 2D | 38 | 0 | 4E | 13 | 67 | 40 | 31 |
| Octal | 132 | 316 | 55 | 70 | 0 | 116 | 23 | 147 | 100 | 61 |
| Binary | 1011010 | 11001110 | 101101 | 111000 | 0 | 1001110 | 10011 | 1100111 | 1000000 | 110001 |
Color Harmonies of #5ACE2D
Complementary color
Monochromatic Colors of #5ACE2D
Black with #5ACE2D
Text Example
Text Example
White with #5ACE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE2D; }
p { color: rgb(90,206,45); }
H1.HeaderClassName
{
color: #5ACE2D;
}
.AnyTagClassName
{
color: #5ACE2D;
}
</style>
background-color css
<style>
a { background-color: #5ACE2D; }
a { background-color: rgb(90,206,45); }
div.DivClassName
{
background-color: #5ACE2D;
}
.BgClassName
{
background-color: #5ACE2D;
}
</style>
border-color css
<style>
span { border-color: #5ACE2D; }
span { border-color: rgb(90,206,45); }
td.TdClassName
{
border-color: #5ACE2D;
}
.TagClassName
{
border-color: #5ACE2D;
}
</style>