Shades of Kelly Green #469C03
Tints of Kelly Green #469C03
RGB
CMYK
RGB Variations
Color information
#469C03 (or 0x469C03) is known color: Kelly Green. HEX triplet: 46, 9C and 03. RGB value is (70,156,3). Sum of RGB (Red+Green+Blue) = 70+156+3=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 156 (61.33% from 255 or 68.12% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 156 - color contains mainly: green. Hex color #469C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469C03 is #B963FC. Grayscale: #717171. Windows color (decimal): -12149757 or 236614. OLE color: 236614.
HSL color Cylindrical-coordinate representation of color #469C03: hue angle of 93.73º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #469C03 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 3 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.39 |
| HSL | 93.73º | 0.96% | 0.31% | - |
| HSV(B) | 93.73º | 0.98% | 0.61% | - |
| XYZ | 14.43 | 25.09 | 4.17 | - |
| YUV | 112.84 | 66.01 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 3 | 0.55 | 0 | 0.98 | 0.39 | 93.73 | 0.96 | 0.31 |
| Hex | 46 | 9C | 3 | 37 | 0 | 62 | 27 | 5E | 60 | 1F |
| Octal | 106 | 234 | 3 | 67 | 0 | 142 | 47 | 136 | 140 | 37 |
| Binary | 1000110 | 10011100 | 11 | 110111 | 0 | 1100010 | 100111 | 1011110 | 1100000 | 11111 |
Color Harmonies of #469C03
Complementary color
Monochromatic Colors of #469C03
Black with #469C03
Text Example
Text Example
White with #469C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C03; }
p { color: rgb(70,156,3); }
H1.HeaderClassName
{
color: #469C03;
}
.AnyTagClassName
{
color: #469C03;
}
</style>
background-color css
<style>
a { background-color: #469C03; }
a { background-color: rgb(70,156,3); }
div.DivClassName
{
background-color: #469C03;
}
.BgClassName
{
background-color: #469C03;
}
</style>
border-color css
<style>
span { border-color: #469C03; }
span { border-color: rgb(70,156,3); }
td.TdClassName
{
border-color: #469C03;
}
.TagClassName
{
border-color: #469C03;
}
</style>