#45A61C

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

Shades of Kelly Green #45A61C

Tints of Kelly Green #45A61C

Color information

#45A61C (or 0x45A61C) is unknown color: approx Kelly Green. HEX triplet: 45, A6 and 1C. RGB value is (69,166,28). Sum of RGB (Red+Green+Blue) = 69+166+28=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 166 (65.23% from 255 or 63.12% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 166 - color contains mainly: green. Hex color #45A61C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A61C is #BA59E3. Grayscale: #797979. Windows color (decimal): -12212708 or 1877573. OLE color: 1877573.

HSL color Cylindrical-coordinate representation of color #45A61C: hue angle of 102.17º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45A61C is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB6916628-
CMYK0.5800.830.35
HSL102.17º71.13%38.04%-
HSV(B)102.17º83.13%65.1%-
XYZ16.328.625.76-
YUV121.2675.3690.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 166 (65.23% from 255) = 63.12%
BLUE value IS 28 (11.33% from 255) = 10.65%
R=26.24%
G=63.12%
B=10.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69166280.5800.830.35102.1771.1338.04
Hex45A61C3A05323664726
Octal105246347201234314610746
Binary100010110100110111001110100101001110001111001101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,166,28); }

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

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

 a { background-color: rgb(69,166,28); }

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

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

 span { border-color: rgb(69,166,28); }

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