#45AD0A

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

Shades of Kelly Green #45AD0A

Tints of Kelly Green #45AD0A

Color information

#45AD0A (or 0x45AD0A) is unknown color: approx Kelly Green. HEX triplet: 45, AD and 0A. RGB value is (69,173,10). Sum of RGB (Red+Green+Blue) = 69+173+10=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AD0A is #BA52F5. Grayscale: #7B7B7B. Windows color (decimal): -12210934 or 699717. OLE color: 699717.

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

Color convert

RGB6917310-
CMYK0.6000.940.32
HSL98.28º89.07%35.88%-
HSV(B)98.28º94.22%67.84%-
XYZ17.4531.175.38-
YUV123.3264.0489.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 173 (67.97% from 255) = 68.65%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=27.38%
G=68.65%
B=3.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69173100.6000.940.3298.2889.0735.88
Hex45ADA3C05E20625924
Octal105255127401364014213144
Binary10001011010110110101111000101111010000011000101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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