#469B0D

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

Shades of Kelly Green #469B0D

Tints of Kelly Green #469B0D

Color information

#469B0D (or 0x469B0D) is unknown color: approx Kelly Green. HEX triplet: 46, 9B and 0D. RGB value is (70,155,13). Sum of RGB (Red+Green+Blue) = 70+155+13=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #469B0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469B0D is #B964F2. Grayscale: #717171. Windows color (decimal): -12150003 or 891718. OLE color: 891718.

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

Color convert

RGB7015513-
CMYK0.5500.920.39
HSL95.92º84.52%32.94%-
HSV(B)95.92º91.61%60.78%-
XYZ14.3224.774.41-
YUV113.471.3497.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 155 (60.94% from 255) = 65.13%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=29.41%
G=65.13%
B=5.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70155130.5500.920.3995.9284.5232.94
Hex469BD3705C27605521
Octal106233156701344714012541
Binary10001101001101111011101110101110010011111000001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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