#98AF39

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

Shades of Limerick #98AF39

Tints of Limerick #98AF39

Color information

#98AF39 (or 0x98AF39) is unknown color: approx Limerick. HEX triplet: 98, AF and 39. RGB value is (152,175,57). Sum of RGB (Red+Green+Blue) = 152+175+57=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AF39 is #6750C6. Grayscale: #9B9B9B. Windows color (decimal): -6770887 or 3780504. OLE color: 3780504.

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

Color convert

RGB15217557-
CMYK0.1300.670.31
HSL71.69º50.86%45.49%-
HSV(B)71.69º67.43%68.63%-
XYZ29.0237.639.6-
YUV154.6772.88126.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 175 (68.75% from 255) = 45.57%
BLUE value IS 57 (22.66% from 255) = 14.84%
R=39.58%
G=45.57%
B=14.84%

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
Decimal152175570.1300.670.3171.6950.8645.49
Hex98AF39D0431F48332d
Octal23025771150103371106355
Binary1001100010101111111001110101000011111111001000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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