#91AF1C

Color #91AF1C Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #91AF1C

Tints of Limerick #91AF1C

Color information

#91AF1C (or 0x91AF1C) is unknown color: approx Limerick. HEX triplet: 91, AF and 1C. RGB value is (145,175,28). Sum of RGB (Red+Green+Blue) = 145+175+28=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AF1C is #6E50E3. Grayscale: #959595. Windows color (decimal): -7229668 or 1879953. OLE color: 1879953.

HSL color Cylindrical-coordinate representation of color #91AF1C: hue angle of 72.24º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91AF1C is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB14517528-
CMYK0.1700.840.31
HSL72.24º72.41%39.8%-
HSV(B)72.24º84%68.63%-
XYZ27.2236.766.76-
YUV149.2759.56124.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 28 (11.33% from 255) = 8.05%
R=41.67%
G=50.29%
B=8.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145175280.1700.840.3172.2472.4139.8
Hex91AF1C110541F484828
Octal221257342101243711011050
Binary10010001101011111110010001010101001111110010001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,175,28); }

 H1.HeaderClassName
 {
   color: #91AF1C;
 }
 .AnyTagClassName
 {
   color: #91AF1C;
 }
</style>
background-color css

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

 a { background-color: rgb(145,175,28); }

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

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

 span { border-color: rgb(145,175,28); }

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