#45AD27

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

Shades of Kelly Green #45AD27

Tints of Kelly Green #45AD27

Color information

#45AD27 (or 0x45AD27) is unknown color: approx Kelly Green. HEX triplet: 45, AD and 27. RGB value is (69,173,39). Sum of RGB (Red+Green+Blue) = 69+173+39=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AD27 is #BA52D8. Grayscale: #7F7F7F. Windows color (decimal): -12210905 or 2600261. OLE color: 2600261.

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

Color convert

RGB6917339-
CMYK0.6000.770.32
HSL106.57º63.21%41.57%-
HSV(B)106.57º77.46%67.84%-
XYZ17.7631.37.02-
YUV126.6378.5486.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 173 (67.97% from 255) = 61.57%
BLUE value IS 39 (15.62% from 255) = 13.88%
R=24.56%
G=61.57%
B=13.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69173390.6000.770.32106.5763.2141.57
Hex45AD273C04D206b3f2a
Octal10525547740115401537752
Binary100010110101101100111111100010011011000001101011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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