#98AE41

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

Shades of Limerick #98AE41

Tints of Limerick #98AE41

Color information

#98AE41 (or 0x98AE41) is unknown color: approx Limerick. HEX triplet: 98, AE and 41. RGB value is (152,174,65). Sum of RGB (Red+Green+Blue) = 152+174+65=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AE41 is #6751BE. Grayscale: #9B9B9B. Windows color (decimal): -6771135 or 4304536. OLE color: 4304536.

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

Color convert

RGB15217465-
CMYK0.1300.630.32
HSL72.11º45.61%46.86%-
HSV(B)72.11º62.64%68.24%-
XYZ29.0437.3310.68-
YUV15577.21125.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=38.87%
G=44.50%
B=16.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152174650.1300.630.3272.1145.6146.86
Hex98AE41D03F20482e2f
Octal23025610115077401105657
Binary10011000101011101000001110101111111000001001000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,174,65); }

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

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

 a { background-color: rgb(152,174,65); }

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

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

 span { border-color: rgb(152,174,65); }

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