#459E00

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

Shades of Kelly Green #459E00

Tints of Kelly Green #459E00

Color information

#459E00 (or 0x459E00) is unknown color: approx Kelly Green. HEX triplet: 45, 9E and 00. RGB value is (69,158,0). Sum of RGB (Red+Green+Blue) = 69+158+0=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 158 (62.11% from 255 or 69.60% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 158 - color contains mainly: green. Hex color #459E00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459E00 is #BA61FF. Grayscale: #717171. Windows color (decimal): -12214784 or 40517. OLE color: 40517.

HSL color Cylindrical-coordinate representation of color #459E00: hue angle of 93.8º 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 #459E00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB691580-
CMYK0.56010.38
HSL93.8º100%30.98%-
HSV(B)93.8º100%61.96%-
XYZ14.6825.724.19-
YUV113.3864.0196.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 158 (62.11% from 255) = 69.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.40%
G=69.60%
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
Decimal6915800.56010.3893.810030.98
Hex459E038064265e641f
Octal10523607001444613614437
Binary1000101100111100111000011001001001101011110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459E00; }

 p { color: rgb(69,158,0); }

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

<style>
 a { background-color: #459E00; }

 a { background-color: rgb(69,158,0); }

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

<style>
 span { border-color: #459E00; }

 span { border-color: rgb(69,158,0); }

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