#8DA923

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

Shades of Limerick #8DA923

Tints of Limerick #8DA923

Color information

#8DA923 (or 0x8DA923) is unknown color: approx Limerick. HEX triplet: 8D, A9 and 23. RGB value is (141,169,35). Sum of RGB (Red+Green+Blue) = 141+169+35=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA923 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA923 is #7256DC. Grayscale: #919191. Windows color (decimal): -7493341 or 2337165. OLE color: 2337165.

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

Color convert

RGB14116935-
CMYK0.1700.790.34
HSL72.54º65.69%40%-
HSV(B)72.54º79.29%66.27%-
XYZ25.4834.166.84-
YUV145.3565.72124.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.87%
GREEN value IS 169 (66.41% from 255) = 48.99%
BLUE value IS 35 (14.06% from 255) = 10.14%
R=40.87%
G=48.99%
B=10.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141169350.1700.790.3472.5465.6940
Hex8DA9231104F22494228
Octal215251432101174211110250
Binary1000110110101001100011100010100111110001010010011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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