#449F12

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

Shades of Kelly Green #449F12

Tints of Kelly Green #449F12

Color information

#449F12 (or 0x449F12) is unknown color: approx Kelly Green. HEX triplet: 44, 9F and 12. RGB value is (68,159,18). Sum of RGB (Red+Green+Blue) = 68+159+18=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 159 (62.5% from 255 or 64.90% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 159 - color contains mainly: green. Hex color #449F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449F12 is #BB60ED. Grayscale: #747474. Windows color (decimal): -12280046 or 1220420. OLE color: 1220420.

HSL color Cylindrical-coordinate representation of color #449F12: hue angle of 98.72º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #449F12 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB6815918-
CMYK0.5700.890.38
HSL98.72º79.66%34.71%-
HSV(B)98.72º88.68%62.35%-
XYZ14.8926.074.82-
YUV115.7272.8593.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 159 (62.5% from 255) = 64.90%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=27.76%
G=64.90%
B=7.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68159180.5700.890.3898.7279.6634.71
Hex449F123905926635023
Octal104237227101314614312043
Binary100010010011111100101110010101100110011011000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449F12; }

 p { color: rgb(68,159,18); }

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

<style>
 a { background-color: #449F12; }

 a { background-color: rgb(68,159,18); }

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

<style>
 span { border-color: #449F12; }

 span { border-color: rgb(68,159,18); }

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