#449C0F

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

Shades of Kelly Green #449C0F

Tints of Kelly Green #449C0F

Color information

#449C0F (or 0x449C0F) is unknown color: approx Kelly Green. HEX triplet: 44, 9C and 0F. RGB value is (68,156,15). Sum of RGB (Red+Green+Blue) = 68+156+15=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 156 (61.33% from 255 or 65.27% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 156 - color contains mainly: green. Hex color #449C0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449C0F is #BB63F0. Grayscale: #727272. Windows color (decimal): -12280817 or 1023044. OLE color: 1023044.

HSL color Cylindrical-coordinate representation of color #449C0F: hue angle of 97.45º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #449C0F is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB6815615-
CMYK0.5600.900.39
HSL97.45º82.46%33.53%-
HSV(B)97.45º90.38%61.18%-
XYZ14.3625.044.53-
YUV113.6172.3595.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 156 (61.33% from 255) = 65.27%
BLUE value IS 15 (6.25% from 255) = 6.28%
R=28.45%
G=65.27%
B=6.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68156150.5600.900.3997.4582.4633.53
Hex449CF3805A27615222
Octal104234177001324714112242
Binary10001001001110011111110000101101010011111000011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,156,15); }

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

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

 a { background-color: rgb(68,156,15); }

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

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

 span { border-color: rgb(68,156,15); }

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