#98AC40

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

Shades of Limerick #98AC40

Tints of Limerick #98AC40

Color information

#98AC40 (or 0x98AC40) is unknown color: approx Limerick. HEX triplet: 98, AC and 40. RGB value is (152,172,64). Sum of RGB (Red+Green+Blue) = 152+172+64=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AC40 is #6753BF. Grayscale: #9A9A9A. Windows color (decimal): -6771648 or 4238488. OLE color: 4238488.

HSL color Cylindrical-coordinate representation of color #98AC40: hue angle of 71.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98AC40 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB15217264-
CMYK0.1200.630.33
HSL71.11º45.76%46.27%-
HSV(B)71.11º62.79%67.45%-
XYZ28.6336.5510.4-
YUV153.7177.37126.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.18%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=39.18%
G=44.33%
B=16.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152172640.1200.630.3371.1145.7646.27
Hex98AC40C03F21472e2e
Octal23025410014077411075656
Binary10011000101011001000000110001111111000011000111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AC40; }

 p { color: rgb(152,172,64); }

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

<style>
 a { background-color: #98AC40; }

 a { background-color: rgb(152,172,64); }

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

<style>
 span { border-color: #98AC40; }

 span { border-color: rgb(152,172,64); }

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