#469B0E

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

Shades of Kelly Green #469B0E

Tints of Kelly Green #469B0E

Color information

#469B0E (or 0x469B0E) is unknown color: approx Kelly Green. HEX triplet: 46, 9B and 0E. RGB value is (70,155,14). Sum of RGB (Red+Green+Blue) = 70+155+14=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 155 (60.94% from 255 or 64.85% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 155 - color contains mainly: green. Hex color #469B0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469B0E is #B964F1. Grayscale: #717171. Windows color (decimal): -12150002 or 957254. OLE color: 957254.

HSL color Cylindrical-coordinate representation of color #469B0E: hue angle of 96.17º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #469B0E is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB7015514-
CMYK0.5500.910.39
HSL96.17º83.43%33.14%-
HSV(B)96.17º90.97%60.78%-
XYZ14.3324.784.44-
YUV113.5171.8496.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 155 (60.94% from 255) = 64.85%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=29.29%
G=64.85%
B=5.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70155140.5500.910.3996.1783.4333.14
Hex469BE3705B27605321
Octal106233166701334714012341
Binary10001101001101111101101110101101110011111000001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469B0E; }

 p { color: rgb(70,155,14); }

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

<style>
 a { background-color: #469B0E; }

 a { background-color: rgb(70,155,14); }

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

<style>
 span { border-color: #469B0E; }

 span { border-color: rgb(70,155,14); }

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