#8DA92A

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

Shades of Limerick #8DA92A

Tints of Limerick #8DA92A

Color information

#8DA92A (or 0x8DA92A) is unknown color: approx Limerick. HEX triplet: 8D, A9 and 2A. RGB value is (141,169,42). Sum of RGB (Red+Green+Blue) = 141+169+42=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA92A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA92A is #7256D5. Grayscale: #929292. Windows color (decimal): -7493334 or 2795917. OLE color: 2795917.

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

Color convert

RGB14116942-
CMYK0.1700.750.34
HSL73.23º60.19%41.37%-
HSV(B)73.23º75.15%66.27%-
XYZ25.5934.217.44-
YUV146.1569.22124.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.06%
GREEN value IS 169 (66.41% from 255) = 48.01%
BLUE value IS 42 (16.80% from 255) = 11.93%
R=40.06%
G=48.01%
B=11.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141169420.1700.750.3473.2360.1941.37
Hex8DA92A1104B22493c29
Octal21525152210113421117451
Binary100011011010100110101010001010010111000101001001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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