#45AD31

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

Shades of Kelly Green #45AD31

Tints of Kelly Green #45AD31

Color information

#45AD31 (or 0x45AD31) is unknown color: approx Kelly Green. HEX triplet: 45, AD and 31. RGB value is (69,173,49). Sum of RGB (Red+Green+Blue) = 69+173+49=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AD31 is #BA52CE. Grayscale: #808080. Windows color (decimal): -12210895 or 3255621. OLE color: 3255621.

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

Color convert

RGB6917349-
CMYK0.6000.720.32
HSL110.32º55.86%43.53%-
HSV(B)110.32º71.68%67.84%-
XYZ17.9531.378.02-
YUV127.7783.5486.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 173 (67.97% from 255) = 59.45%
BLUE value IS 49 (19.53% from 255) = 16.84%
R=23.71%
G=59.45%
B=16.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69173490.6000.720.32110.3255.8643.53
Hex45AD313C048206e382c
Octal10525561740110401567054
Binary100010110101101110001111100010010001000001101110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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