#98AD28

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

Shades of Limerick #98AD28

Tints of Limerick #98AD28

Color information

#98AD28 (or 0x98AD28) is unknown color: approx Limerick. HEX triplet: 98, AD and 28. RGB value is (152,173,40). Sum of RGB (Red+Green+Blue) = 152+173+40=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AD28 is #6752D7. Grayscale: #989898. Windows color (decimal): -6771416 or 2665880. OLE color: 2665880.

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

Color convert

RGB15217340-
CMYK0.1200.770.32
HSL69.47º62.44%41.76%-
HSV(B)69.47º76.88%67.84%-
XYZ28.2836.727.6-
YUV151.5665.04128.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 40 (16.02% from 255) = 10.96%
R=41.64%
G=47.40%
B=10.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152173400.1200.770.3269.4762.4441.76
Hex98AD28C04D20453e2a
Octal23025550140115401057652
Binary10011000101011011010001100010011011000001000101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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