#45ab0e

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

Shades of Kelly Green #45AB0E

Tints of Kelly Green #45AB0E

Color information

#45AB0E (or 0x45AB0E) is unknown color: approx Kelly Green. HEX triplet: 45, AB and 0E. RGB value is (69,171,14). Sum of RGB (Red+Green+Blue) = 69+171+14=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 171 (67.19% from 255 or 67.32% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AB0E is #BA54F1. Grayscale: #7B7B7B. Windows color (decimal): -12211442 or 961349. OLE color: 961349.

HSL color Cylindrical-coordinate representation of color #45AB0E: hue angle of 98.98º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45AB0E is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB6917114-
CMYK0.6000.920.33
HSL98.98º84.86%36.27%-
HSV(B)98.98º91.81%67.06%-
XYZ17.130.425.39-
YUV122.666.7189.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 171 (67.19% from 255) = 67.32%
BLUE value IS 14 (5.86% from 255) = 5.51%
R=27.17%
G=67.32%
B=5.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69171140.6000.920.3398.9884.8636.27
Hex45ABE3C05C21635524
Octal105253167401344114312544
Binary10001011010101111101111000101110010000111000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ab0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45ab0e; }

 p { color: rgb(69,171,14); }

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

<style>
 a { background-color: #45ab0e; }

 a { background-color: rgb(69,171,14); }

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

<style>
 span { border-color: #45ab0e; }

 span { border-color: rgb(69,171,14); }

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