#44A30E

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

Shades of Kelly Green #44A30E

Tints of Kelly Green #44A30E

Color information

#44A30E (or 0x44A30E) is unknown color: approx Kelly Green. HEX triplet: 44, A3 and 0E. RGB value is (68,163,14). Sum of RGB (Red+Green+Blue) = 68+163+14=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 163 (64.06% from 255 or 66.53% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 163 - color contains mainly: green. Hex color #44A30E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A30E is #BB5CF1. Grayscale: #767676. Windows color (decimal): -12279026 or 959300. OLE color: 959300.

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

Color convert

RGB6816314-
CMYK0.5800.910.36
HSL98.26º84.18%34.71%-
HSV(B)98.26º91.41%63.92%-
XYZ15.5627.464.89-
YUV117.6169.5392.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 163 (64.06% from 255) = 66.53%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=27.76%
G=66.53%
B=5.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68163140.5800.910.3698.2684.1834.71
Hex44A3E3A05B24625423
Octal104243167201334414212443
Binary10001001010001111101110100101101110010011000101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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