#44A510

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

Shades of Kelly Green #44A510

Tints of Kelly Green #44A510

Color information

#44A510 (or 0x44A510) is unknown color: approx Kelly Green. HEX triplet: 44, A5 and 10. RGB value is (68,165,16). Sum of RGB (Red+Green+Blue) = 68+165+16=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 165 (64.84% from 255 or 66.27% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 165 - color contains mainly: green. Hex color #44A510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A510 is #BB5AEF. Grayscale: #777777. Windows color (decimal): -12278512 or 1090884. OLE color: 1090884.

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

Color convert

RGB6816516-
CMYK0.5900.900.35
HSL99.06º82.32%35.49%-
HSV(B)99.06º90.3%64.71%-
XYZ15.9328.185.09-
YUV119.0169.8691.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 165 (64.84% from 255) = 66.27%
BLUE value IS 16 (6.64% from 255) = 6.43%
R=27.31%
G=66.27%
B=6.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68165160.5900.900.3599.0682.3235.49
Hex44A5103B05A23635223
Octal104245207301324314312243
Binary100010010100101100001110110101101010001111000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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