#45AD17

Color #45AD17 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #45AD17

Tints of Kelly Green #45AD17

Color information

#45AD17 (or 0x45AD17) is unknown color: approx Kelly Green. HEX triplet: 45, AD and 17. RGB value is (69,173,23). Sum of RGB (Red+Green+Blue) = 69+173+23=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AD17 is #BA52E8. Grayscale: #7D7D7D. Windows color (decimal): -12210921 or 1551685. OLE color: 1551685.

HSL color Cylindrical-coordinate representation of color #45AD17: hue angle of 101.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45AD17 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB6917323-
CMYK0.6000.870.32
HSL101.6º76.53%38.43%-
HSV(B)101.6º86.71%67.84%-
XYZ17.5531.215.91-
YUV124.870.5488.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 173 (67.97% from 255) = 65.28%
BLUE value IS 23 (9.38% from 255) = 8.68%
R=26.04%
G=65.28%
B=8.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69173230.6000.870.32101.676.5338.43
Hex45AD173C05720664d26
Octal105255277401274014611546
Binary100010110101101101111111000101011110000011001101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45AD17; }

 p { color: rgb(69,173,23); }

 H1.HeaderClassName
 {
   color: #45AD17;
 }
 .AnyTagClassName
 {
   color: #45AD17;
 }
</style>
background-color css

<style>
 a { background-color: #45AD17; }

 a { background-color: rgb(69,173,23); }

 div.DivClassName
 {
   background-color: #45AD17;
 }
 .BgClassName
 {
   background-color: #45AD17;
 }
</style>
border-color css

<style>
 span { border-color: #45AD17; }

 span { border-color: rgb(69,173,23); }

 td.TdClassName
 {
   border-color: #45AD17;
 }
 .TagClassName
 {
   border-color: #45AD17;
 }
</style>