Html Css Color HEX #96AD1F Limerick

📋 copy color: '#96AD1F'

red 150 ◦ green 173 ◦ blue 31

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

Shades of Limerick #96AD1F

Tints of Limerick #96AD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 42.37%
G = 48.87%
B = 8.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#96AD1F (or 0x96AD1F) is known color: Limerick. HEX triplet: 96, AD and 1F. RGB value is (150,173,31). Sum of RGB (Red+Green+Blue) = 150+173+31=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD1F is #6952E0. Grayscale: #969696. Windows color (decimal): -6902497 or 2076054. OLE color: 2076054.

HSL color Cylindrical-coordinate representation of color #96AD1F: hue angle of 69.72º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96AD1F is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 173 31 -
CMYK 0.13 0 0.82 0.32
HSL 69.72º 0.7% 0.4% -
HSV(B) 69.72º 0.82% 0.68% -
XYZ 27.77 36.47 6.87 -
YUV 149.94 60.88 128.05 -
System Red Green Blue C M Y K H S L
Decimal 150 173 31 0.13 0 0.82 0.32 69.72 0.7 0.4
Hex 96 AD 1F D 0 52 20 46 46 28
Octal 226 255 37 15 0 122 40 106 106 50
Binary 10010110 10101101 11111 1101 0 1010010 100000 1000110 1000110 101000

Color Harmonies of #96AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD1F

Black with #96AD1F

Text Example


Text Example

White with #96AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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