Html Css Color HEX #98AD42 Limerick

📋 copy color: '#98AD42'

red 152 ◦ green 173 ◦ blue 66

#98AD42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #98AD42

Tints of Limerick #98AD42

RGB

 RED value IS 152 (59.77% from 255) = 38.87%

 GREEN value IS 173 (67.97% from 255) = 44.25%

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 38.87%
G = 44.25%
B = 16.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#98AD42 (or 0x98AD42) is known color: Limerick. HEX triplet: 98, AD and 42. RGB value is (152,173,66). Sum of RGB (Red+Green+Blue) = 152+173+66=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AD42 is #6752BD. Grayscale: #9A9A9A. Windows color (decimal): -6771390 or 4369816. OLE color: 4369816.

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

Color convert

RGB 152 173 66 -
CMYK 0.12 0 0.62 0.32
HSL 71.78º 0.45% 0.47% -
HSV(B) 71.78º 0.62% 0.68% -
XYZ 28.88 36.96 10.77 -
YUV 154.52 78.04 126.2 -
System Red Green Blue C M Y K H S L
Decimal 152 173 66 0.12 0 0.62 0.32 71.78 0.45 0.47
Hex 98 AD 42 C 0 3E 20 48 2D 2F
Octal 230 255 102 14 0 76 40 110 55 57
Binary 10011000 10101101 1000010 1100 0 111110 100000 1001000 101101 101111

Color Harmonies of #98AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AD42

Black with #98AD42

Text Example


Text Example

White with #98AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98AD42;
 }
 .AnyTagClassName
 {
   color: #98AD42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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