#45AD00

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

Shades of Kelly Green #45AD00

Tints of Kelly Green #45AD00

Color information

#45AD00 (or 0x45AD00) is unknown color: approx Kelly Green. HEX triplet: 45, AD and 00. RGB value is (69,173,0). Sum of RGB (Red+Green+Blue) = 69+173+0=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 173 (67.97% from 255 or 71.49% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AD00 is #BA52FF. Grayscale: #7A7A7A. Windows color (decimal): -12210944 or 44357. OLE color: 44357.

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

Color convert

RGB691730-
CMYK0.60010.32
HSL96.07º100%33.92%-
HSV(B)96.07º100%67.84%-
XYZ17.431.155.1-
YUV122.1859.0490.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 173 (67.97% from 255) = 71.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.51%
G=71.49%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6917300.60010.3296.0710033.92
Hex45AD03C06420606422
Octal10525507401444014014442
Binary10001011010110101111000110010010000011000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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