#45A00D

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

Shades of Kelly Green #45A00D

Tints of Kelly Green #45A00D

Color information

#45A00D (or 0x45A00D) is unknown color: approx Kelly Green. HEX triplet: 45, A0 and 0D. RGB value is (69,160,13). Sum of RGB (Red+Green+Blue) = 69+160+13=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #45A00D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A00D is #BA5FF2. Grayscale: #747474. Windows color (decimal): -12214259 or 892997. OLE color: 892997.

HSL color Cylindrical-coordinate representation of color #45A00D: hue angle of 97.14º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45A00D is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB6916013-
CMYK0.5700.920.37
HSL97.14º84.97%33.92%-
HSV(B)97.14º91.87%62.75%-
XYZ15.126.444.69-
YUV116.0369.8594.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 160 (62.89% from 255) = 66.12%
BLUE value IS 13 (5.47% from 255) = 5.37%
R=28.51%
G=66.12%
B=5.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69160130.5700.920.3797.1484.9733.92
Hex45A0D3905C25615522
Octal105240157101344514112542
Binary10001011010000011011110010101110010010111000011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,160,13); }

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

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

 a { background-color: rgb(69,160,13); }

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

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

 span { border-color: rgb(69,160,13); }

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