#44A500

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

Shades of Kelly Green #44A500

Tints of Kelly Green #44A500

Color information

#44A500 (or 0x44A500) is unknown color: approx Kelly Green. HEX triplet: 44, A5 and 00. RGB value is (68,165,0). Sum of RGB (Red+Green+Blue) = 68+165+0=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #44A500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A500 is #BB5AFF. Grayscale: #757575. Windows color (decimal): -12278528 or 42308. OLE color: 42308.

HSL color Cylindrical-coordinate representation of color #44A500: hue angle of 95.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44A500 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB681650-
CMYK0.59010.35
HSL95.27º100%32.35%-
HSV(B)95.27º100%64.71%-
XYZ15.8428.144.6-
YUV117.1961.8692.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 165 (64.84% from 255) = 70.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.18%
G=70.82%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6816500.59010.3595.2710032.35
Hex44A503B064235f6420
Octal10424507301444313714440
Binary10001001010010101110110110010010001110111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,165,0); }

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

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

 a { background-color: rgb(68,165,0); }

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

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

 span { border-color: rgb(68,165,0); }

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