#469D0E

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

Shades of Kelly Green #469D0E

Tints of Kelly Green #469D0E

Color information

#469D0E (or 0x469D0E) is unknown color: approx Kelly Green. HEX triplet: 46, 9D and 0E. RGB value is (70,157,14). Sum of RGB (Red+Green+Blue) = 70+157+14=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 157 (61.72% from 255 or 65.15% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 157 - color contains mainly: green. Hex color #469D0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469D0E is #B962F1. Grayscale: #737373. Windows color (decimal): -12149490 or 957766. OLE color: 957766.

HSL color Cylindrical-coordinate representation of color #469D0E: hue angle of 96.5º 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 #469D0E is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB7015714-
CMYK0.5500.910.38
HSL96.5º83.63%33.53%-
HSV(B)96.5º91.08%61.57%-
XYZ14.6625.454.55-
YUV114.6871.1896.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 157 (61.72% from 255) = 65.15%
BLUE value IS 14 (5.86% from 255) = 5.81%
R=29.05%
G=65.15%
B=5.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70157140.5500.910.3896.583.6333.53
Hex469DE3705B26615422
Octal106235166701334614112442
Binary10001101001110111101101110101101110011011000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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