#469A04

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

Shades of Kelly Green #469A04

Tints of Kelly Green #469A04

Color information

#469A04 (or 0x469A04) is unknown color: approx Kelly Green. HEX triplet: 46, 9A and 04. RGB value is (70,154,4). Sum of RGB (Red+Green+Blue) = 70+154+4=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 154 (60.55% from 255 or 67.54% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 154 - color contains mainly: green. Hex color #469A04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469A04 is #B965FB. Grayscale: #707070. Windows color (decimal): -12150268 or 301638. OLE color: 301638.

HSL color Cylindrical-coordinate representation of color #469A04: hue angle of 93.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #469A04 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB701544-
CMYK0.5500.970.40
HSL93.6º94.94%30.98%-
HSV(B)93.6º97.4%60.39%-
XYZ14.124.424.09-
YUV111.7867.1798.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 154 (60.55% from 255) = 67.54%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=30.70%
G=67.54%
B=1.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7015440.5500.970.4093.694.9430.98
Hex469A437061285e5f1f
Octal10623246701415013613737
Binary100011010011010100110111011000011010001011110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,154,4); }

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

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

 a { background-color: rgb(70,154,4); }

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

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

 span { border-color: rgb(70,154,4); }

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