Html Css Color HEX #91AC1F Limerick

📋 copy color: '#91AC1F'

red 145 ◦ green 172 ◦ blue 31

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

Shades of Limerick #91AC1F

Tints of Limerick #91AC1F

RGB

 RED value IS 145 (57.03% from 255) = 41.67%

 GREEN value IS 172 (67.58% from 255) = 49.43%

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

R = 41.67%
G = 49.43%
B = 8.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#91AC1F (or 0x91AC1F) is known color: Limerick. HEX triplet: 91, AC and 1F. RGB value is (145,172,31). Sum of RGB (Red+Green+Blue) = 145+172+31=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AC1F is #6E53E0. Grayscale: #949494. Windows color (decimal): -7230433 or 2075793. OLE color: 2075793.

HSL color Cylindrical-coordinate representation of color #91AC1F: hue angle of 71.49º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #91AC1F is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 172 31 -
CMYK 0.16 0 0.82 0.33
HSL 71.49º 0.69% 0.4% -
HSV(B) 71.49º 0.82% 0.67% -
XYZ 26.68 35.62 6.77 -
YUV 147.85 62.05 125.96 -
System Red Green Blue C M Y K H S L
Decimal 145 172 31 0.16 0 0.82 0.33 71.49 0.69 0.4
Hex 91 AC 1F 10 0 52 21 47 45 28
Octal 221 254 37 20 0 122 41 107 105 50
Binary 10010001 10101100 11111 10000 0 1010010 100001 1000111 1000101 101000

Color Harmonies of #91AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AC1F

Black with #91AC1F

Text Example


Text Example

White with #91AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91AC1F; }

 p { color: rgb(145,172,31); }

 H1.HeaderClassName
 {
   color: #91AC1F;
 }
 .AnyTagClassName
 {
   color: #91AC1F;
 }
</style>

background-color css

<style>
 a { background-color: #91AC1F; }

 a { background-color: rgb(145,172,31); }

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

border-color css

<style>
 span { border-color: #91AC1F; }

 span { border-color: rgb(145,172,31); }

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