#459F0E

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

Shades of Kelly Green #459F0E

Tints of Kelly Green #459F0E

Color information

#459F0E (or 0x459F0E) is unknown color: approx Kelly Green. HEX triplet: 45, 9F and 0E. RGB value is (69,159,14). Sum of RGB (Red+Green+Blue) = 69+159+14=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 159 (62.5% from 255 or 65.70% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 159 - color contains mainly: green. Hex color #459F0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459F0E is #BA60F1. Grayscale: #747474. Windows color (decimal): -12214514 or 958277. OLE color: 958277.

HSL color Cylindrical-coordinate representation of color #459F0E: hue angle of 97.24º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #459F0E is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB6915914-
CMYK0.5700.910.38
HSL97.24º83.82%33.92%-
HSV(B)97.24º91.19%62.35%-
XYZ14.9326.094.66-
YUV115.5670.6894.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 159 (62.5% from 255) = 65.70%
BLUE value IS 14 (5.86% from 255) = 5.79%
R=28.51%
G=65.70%
B=5.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69159140.5700.910.3897.2483.8233.92
Hex459FE3905B26615422
Octal105237167101334614112442
Binary10001011001111111101110010101101110011011000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459F0E; }

 p { color: rgb(69,159,14); }

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

<style>
 a { background-color: #459F0E; }

 a { background-color: rgb(69,159,14); }

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

<style>
 span { border-color: #459F0E; }

 span { border-color: rgb(69,159,14); }

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