#45AD30

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

Shades of Kelly Green #45AD30

Tints of Kelly Green #45AD30

Color information

#45AD30 (or 0x45AD30) is unknown color: approx Kelly Green. HEX triplet: 45, AD and 30. RGB value is (69,173,48). Sum of RGB (Red+Green+Blue) = 69+173+48=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AD30 is #BA52CF. Grayscale: #808080. Windows color (decimal): -12210896 or 3190085. OLE color: 3190085.

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

Color convert

RGB6917348-
CMYK0.6000.720.32
HSL109.92º56.56%43.33%-
HSV(B)109.92º72.25%67.84%-
XYZ17.9331.377.91-
YUV127.6583.0486.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.79%
GREEN value IS 173 (67.97% from 255) = 59.66%
BLUE value IS 48 (19.14% from 255) = 16.55%
R=23.79%
G=59.66%
B=16.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69173480.6000.720.32109.9256.5643.33
Hex45AD303C048206e392b
Octal10525560740110401567153
Binary100010110101101110000111100010010001000001101110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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