#45AD1B

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

Shades of Kelly Green #45AD1B

Tints of Kelly Green #45AD1B

Color information

#45AD1B (or 0x45AD1B) is unknown color: approx Kelly Green. HEX triplet: 45, AD and 1B. RGB value is (69,173,27). Sum of RGB (Red+Green+Blue) = 69+173+27=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 173 (67.97% from 255 or 64.31% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AD1B is #BA52E4. Grayscale: #7D7D7D. Windows color (decimal): -12210917 or 1813829. OLE color: 1813829.

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

Color convert

RGB6917327-
CMYK0.6000.840.32
HSL102.74º73%39.22%-
HSV(B)102.74º84.39%67.84%-
XYZ17.631.236.14-
YUV125.2672.5487.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 173 (67.97% from 255) = 64.31%
BLUE value IS 27 (10.94% from 255) = 10.04%
R=25.65%
G=64.31%
B=10.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69173270.6000.840.32102.747339.22
Hex45AD1B3C05420674927
Octal105255337401244014711147
Binary100010110101101110111111000101010010000011001111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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