#98af3a

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

Shades of Limerick #98AF3A

Tints of Limerick #98AF3A

Color information

#98AF3A (or 0x98AF3A) is unknown color: approx Limerick. HEX triplet: 98, AF and 3A. RGB value is (152,175,58). Sum of RGB (Red+Green+Blue) = 152+175+58=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AF3A is #6750C5. Grayscale: #9B9B9B. Windows color (decimal): -6770886 or 3846040. OLE color: 3846040.

HSL color Cylindrical-coordinate representation of color #98AF3A: hue angle of 71.79º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98AF3A is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB15217558-
CMYK0.1300.670.31
HSL71.79º50.21%45.69%-
HSV(B)71.79º66.86%68.63%-
XYZ29.0437.649.74-
YUV154.7873.38126.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 58 (23.05% from 255) = 15.06%
R=39.48%
G=45.45%
B=15.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152175580.1300.670.3171.7950.2145.69
Hex98AF3AD0431F48322e
Octal23025772150103371106256
Binary1001100010101111111010110101000011111111001000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98af3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,175,58); }

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

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

 a { background-color: rgb(152,175,58); }

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

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

 span { border-color: rgb(152,175,58); }

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