#8DA92E

Color #8DA92E Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8DA92E

Tints of Limerick #8DA92E

Color information

#8DA92E (or 0x8DA92E) is unknown color: approx Limerick. HEX triplet: 8D, A9 and 2E. RGB value is (141,169,46). Sum of RGB (Red+Green+Blue) = 141+169+46=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA92E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA92E is #7256D1. Grayscale: #939393. Windows color (decimal): -7493330 or 3058061. OLE color: 3058061.

HSL color Cylindrical-coordinate representation of color #8DA92E: hue angle of 73.66º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DA92E is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB14116946-
CMYK0.1700.730.34
HSL73.66º57.21%42.16%-
HSV(B)73.66º72.78%66.27%-
XYZ25.6734.247.84-
YUV146.6171.22124-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.61%
GREEN value IS 169 (66.41% from 255) = 47.47%
BLUE value IS 46 (18.36% from 255) = 12.92%
R=39.61%
G=47.47%
B=12.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141169460.1700.730.3473.6657.2142.16
Hex8DA92E11049224a392a
Octal21525156210111421127152
Binary100011011010100110111010001010010011000101001010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA92E; }

 p { color: rgb(141,169,46); }

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

<style>
 a { background-color: #8DA92E; }

 a { background-color: rgb(141,169,46); }

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

<style>
 span { border-color: #8DA92E; }

 span { border-color: rgb(141,169,46); }

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