#98AE2A

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

Shades of Limerick #98AE2A

Tints of Limerick #98AE2A

Color information

#98AE2A (or 0x98AE2A) is unknown color: approx Limerick. HEX triplet: 98, AE and 2A. RGB value is (152,174,42). Sum of RGB (Red+Green+Blue) = 152+174+42=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AE2A is #6751D5. Grayscale: #989898. Windows color (decimal): -6771158 or 2797208. OLE color: 2797208.

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

Color convert

RGB15217442-
CMYK0.1300.760.32
HSL70º61.11%42.35%-
HSV(B)70º75.86%68.24%-
XYZ28.537.117.85-
YUV152.3765.71127.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 42 (16.80% from 255) = 11.41%
R=41.30%
G=47.28%
B=11.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152174420.1300.760.327061.1142.35
Hex98AE2AD04C20463d2a
Octal23025652150114401067552
Binary10011000101011101010101101010011001000001000110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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