#469F15

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

Shades of Kelly Green #469F15

Tints of Kelly Green #469F15

Color information

#469F15 (or 0x469F15) is unknown color: approx Kelly Green. HEX triplet: 46, 9F and 15. RGB value is (70,159,21). Sum of RGB (Red+Green+Blue) = 70+159+21=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 159 (62.5% from 255 or 63.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 159 - color contains mainly: green. Hex color #469F15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469F15 is #B960EA. Grayscale: #757575. Windows color (decimal): -12148971 or 1417030. OLE color: 1417030.

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

Color convert

RGB7015921-
CMYK0.5600.870.38
HSL98.7º76.67%35.29%-
HSV(B)98.7º86.79%62.35%-
XYZ15.0626.154.96-
YUV116.6674.0194.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 159 (62.5% from 255) = 63.6%
BLUE value IS 21 (8.59% from 255) = 8.4%
R=28%
G=63.6%
B=8.4%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70159210.5600.870.3898.776.6735.29
Hex469F153805726634d23
Octal106237257001274614311543
Binary100011010011111101011110000101011110011011000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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