#45ac14

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

Shades of Kelly Green #45AC14

Tints of Kelly Green #45AC14

Color information

#45AC14 (or 0x45AC14) is unknown color: approx Kelly Green. HEX triplet: 45, AC and 14. RGB value is (69,172,20). Sum of RGB (Red+Green+Blue) = 69+172+20=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 172 (67.58% from 255 or 65.90% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 172 - color contains mainly: green. Hex color #45AC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AC14 is #BA53EB. Grayscale: #7C7C7C. Windows color (decimal): -12211180 or 1354821. OLE color: 1354821.

HSL color Cylindrical-coordinate representation of color #45AC14: hue angle of 100.66º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45AC14 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB6917220-
CMYK0.6000.880.33
HSL100.66º79.17%37.65%-
HSV(B)100.66º88.37%67.45%-
XYZ17.3330.825.7-
YUV123.8869.3888.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 172 (67.58% from 255) = 65.90%
BLUE value IS 20 (8.20% from 255) = 7.66%
R=26.44%
G=65.90%
B=7.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69172200.6000.880.33100.6679.1737.65
Hex45AC143C05821654f26
Octal105254247401304114511746
Binary100010110101100101001111000101100010000111001011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ac14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,172,20); }

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

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

 a { background-color: rgb(69,172,20); }

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

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

 span { border-color: rgb(69,172,20); }

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