Html Css Color HEX #96AD34 Limerick

📋 copy color: '#96AD34'

red 150 ◦ green 173 ◦ blue 52

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

Shades of Limerick #96AD34

Tints of Limerick #96AD34

RGB

 RED value IS 150 (58.98% from 255) = 40%

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

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

R = 40%
G = 46.13%
B = 13.87%

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

#96AD34 (or 0x96AD34) is known color: Limerick. HEX triplet: 96, AD and 34. RGB value is (150,173,52). Sum of RGB (Red+Green+Blue) = 150+173+52=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD34 is #6952CB. Grayscale: #989898. Windows color (decimal): -6902476 or 3452310. OLE color: 3452310.

HSL color Cylindrical-coordinate representation of color #96AD34: hue angle of 71.4º 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 #96AD34 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 173 52 -
CMYK 0.13 0 0.70 0.32
HSL 71.4º 0.54% 0.44% -
HSV(B) 71.4º 0.7% 0.68% -
XYZ 28.14 36.62 8.83 -
YUV 152.33 71.38 126.34 -
System Red Green Blue C M Y K H S L
Decimal 150 173 52 0.13 0 0.70 0.32 71.4 0.54 0.44
Hex 96 AD 34 D 0 46 20 47 36 2C
Octal 226 255 64 15 0 106 40 107 66 54
Binary 10010110 10101101 110100 1101 0 1000110 100000 1000111 110110 101100

Color Harmonies of #96AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD34

Black with #96AD34

Text Example


Text Example

White with #96AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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