#98AD44

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

Shades of Limerick #98AD44

Tints of Limerick #98AD44

Color information

#98AD44 (or 0x98AD44) is unknown color: approx Limerick. HEX triplet: 98, AD and 44. RGB value is (152,173,68). Sum of RGB (Red+Green+Blue) = 152+173+68=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AD44 is #6752BB. Grayscale: #9B9B9B. Windows color (decimal): -6771388 or 4500888. OLE color: 4500888.

HSL color Cylindrical-coordinate representation of color #98AD44: hue angle of 72º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98AD44 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB15217368-
CMYK0.1200.610.32
HSL72º43.57%47.25%-
HSV(B)72º60.69%67.84%-
XYZ28.9436.9811.08-
YUV154.7579.04126.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 173 (67.97% from 255) = 44.02%
BLUE value IS 68 (26.95% from 255) = 17.30%
R=38.68%
G=44.02%
B=17.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152173680.1200.610.327243.5747.25
Hex98AD44C03D20482c2f
Octal23025510414075401105457
Binary10011000101011011000100110001111011000001001000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,173,68); }

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

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

 a { background-color: rgb(152,173,68); }

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

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

 span { border-color: rgb(152,173,68); }

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