#469F11

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

Shades of Kelly Green #469F11

Tints of Kelly Green #469F11

Color information

#469F11 (or 0x469F11) is unknown color: approx Kelly Green. HEX triplet: 46, 9F and 11. RGB value is (70,159,17). Sum of RGB (Red+Green+Blue) = 70+159+17=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 159 (62.5% from 255 or 64.63% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 159 - color contains mainly: green. Hex color #469F11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469F11 is #B960EE. Grayscale: #747474. Windows color (decimal): -12148975 or 1154886. OLE color: 1154886.

HSL color Cylindrical-coordinate representation of color #469F11: hue angle of 97.61º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #469F11 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB7015917-
CMYK0.5600.890.38
HSL97.61º80.68%34.51%-
HSV(B)97.61º89.31%62.35%-
XYZ15.0326.144.78-
YUV116.272.0195.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 159 (62.5% from 255) = 64.63%
BLUE value IS 17 (7.03% from 255) = 6.91%
R=28.46%
G=64.63%
B=6.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70159170.5600.890.3897.6180.6834.51
Hex469F113805926625123
Octal106237217001314614212143
Binary100011010011111100011110000101100110011011000101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,159,17); }

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

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

 a { background-color: rgb(70,159,17); }

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

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

 span { border-color: rgb(70,159,17); }

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