#469F00

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

Shades of Kelly Green #469F00

Tints of Kelly Green #469F00

Color information

#469F00 (or 0x469F00) is unknown color: approx Kelly Green. HEX triplet: 46, 9F and 00. RGB value is (70,159,0). Sum of RGB (Red+Green+Blue) = 70+159+0=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 159 (62.5% from 255 or 69.43% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 159 - color contains mainly: green. Hex color #469F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469F00 is #B960FF. Grayscale: #727272. Windows color (decimal): -12148992 or 40774. OLE color: 40774.

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

Color convert

RGB701590-
CMYK0.56010.38
HSL93.58º100%31.18%-
HSV(B)93.58º100%62.35%-
XYZ14.9226.14.25-
YUV114.2663.5196.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 159 (62.5% from 255) = 69.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.57%
G=69.43%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7015900.56010.3893.5810031.18
Hex469F038064265e641f
Octal10623707001444613614437
Binary1000110100111110111000011001001001101011110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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