Html Css Color HEX #98AD26 Limerick

📋 copy color: '#98AD26'

red 152 ◦ green 173 ◦ blue 38

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

Shades of Limerick #98AD26

Tints of Limerick #98AD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.47%

R = 41.87%
G = 47.66%
B = 10.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#98AD26 (or 0x98AD26) is known color: Limerick. HEX triplet: 98, AD and 26. RGB value is (152,173,38). Sum of RGB (Red+Green+Blue) = 152+173+38=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AD26 is #6752D9. Grayscale: #979797. Windows color (decimal): -6771418 or 2534808. OLE color: 2534808.

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

Color convert

RGB 152 173 38 -
CMYK 0.12 0 0.78 0.32
HSL 69.33º 0.64% 0.41% -
HSV(B) 69.33º 0.78% 0.68% -
XYZ 28.24 36.7 7.43 -
YUV 151.33 64.04 128.48 -
System Red Green Blue C M Y K H S L
Decimal 152 173 38 0.12 0 0.78 0.32 69.33 0.64 0.41
Hex 98 AD 26 C 0 4E 20 45 40 29
Octal 230 255 46 14 0 116 40 105 100 51
Binary 10011000 10101101 100110 1100 0 1001110 100000 1000101 1000000 101001

Color Harmonies of #98AD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AD26

Black with #98AD26

Text Example


Text Example

White with #98AD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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