Html Css Color HEX #97AD34 Limerick

📋 copy color: '#97AD34'

red 151 ◦ green 173 ◦ blue 52

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

Shades of Limerick #97AD34

Tints of Limerick #97AD34

RGB

 RED value IS 151 (59.38% from 255) = 40.16%

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

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 40.16%
G = 46.01%
B = 13.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#97AD34 (or 0x97AD34) is known color: Limerick. HEX triplet: 97, AD and 34. RGB value is (151,173,52). Sum of RGB (Red+Green+Blue) = 151+173+52=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AD34 is #6852CB. Grayscale: #999999. Windows color (decimal): -6836940 or 3452311. OLE color: 3452311.

HSL color Cylindrical-coordinate representation of color #97AD34: hue angle of 70.91º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97AD34 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 173 52 -
CMYK 0.13 0 0.70 0.32
HSL 70.91º 0.54% 0.44% -
HSV(B) 70.91º 0.7% 0.68% -
XYZ 28.33 36.71 8.84 -
YUV 152.63 71.21 126.84 -
System Red Green Blue C M Y K H S L
Decimal 151 173 52 0.13 0 0.70 0.32 70.91 0.54 0.44
Hex 97 AD 34 D 0 46 20 47 36 2C
Octal 227 255 64 15 0 106 40 107 66 54
Binary 10010111 10101101 110100 1101 0 1000110 100000 1000111 110110 101100

Color Harmonies of #97AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AD34

Black with #97AD34

Text Example


Text Example

White with #97AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97AD34; }

 p { color: rgb(151,173,52); }

 H1.HeaderClassName
 {
   color: #97AD34;
 }
 .AnyTagClassName
 {
   color: #97AD34;
 }
</style>

background-color css

<style>
 a { background-color: #97AD34; }

 a { background-color: rgb(151,173,52); }

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

border-color css

<style>
 span { border-color: #97AD34; }

 span { border-color: rgb(151,173,52); }

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