#44A314

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

Shades of Kelly Green #44A314

Tints of Kelly Green #44A314

Color information

#44A314 (or 0x44A314) is unknown color: approx Kelly Green. HEX triplet: 44, A3 and 14. RGB value is (68,163,20). Sum of RGB (Red+Green+Blue) = 68+163+20=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 163 (64.06% from 255 or 64.94% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 163 - color contains mainly: green. Hex color #44A314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A314 is #BB5CEB. Grayscale: #767676. Windows color (decimal): -12279020 or 1352516. OLE color: 1352516.

HSL color Cylindrical-coordinate representation of color #44A314: hue angle of 99.86º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44A314 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB6816320-
CMYK0.5800.880.36
HSL99.86º78.14%35.88%-
HSV(B)99.86º87.73%63.92%-
XYZ15.6127.475.14-
YUV118.2972.5392.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 163 (64.06% from 255) = 64.94%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=27.09%
G=64.94%
B=7.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68163200.5800.880.3699.8678.1435.88
Hex44A3143A05824644e24
Octal104243247201304414411644
Binary100010010100011101001110100101100010010011001001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A314; }

 p { color: rgb(68,163,20); }

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

<style>
 a { background-color: #44A314; }

 a { background-color: rgb(68,163,20); }

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

<style>
 span { border-color: #44A314; }

 span { border-color: rgb(68,163,20); }

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