#91AF38

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

Shades of Limerick #91AF38

Tints of Limerick #91AF38

Color information

#91AF38 (or 0x91AF38) is unknown color: approx Limerick. HEX triplet: 91, AF and 38. RGB value is (145,175,56). Sum of RGB (Red+Green+Blue) = 145+175+56=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AF38 is #6E50C7. Grayscale: #989898. Windows color (decimal): -7229640 or 3714961. OLE color: 3714961.

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

Color convert

RGB14517556-
CMYK0.1700.680.31
HSL75.13º51.52%45.29%-
HSV(B)75.13º68%68.63%-
XYZ27.7236.979.42-
YUV152.4673.56122.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 175 (68.75% from 255) = 46.54%
BLUE value IS 56 (22.27% from 255) = 14.89%
R=38.56%
G=46.54%
B=14.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145175560.1700.680.3175.1351.5245.29
Hex91AF38110441F4b342d
Octal22125770210104371136455
Binary10010001101011111110001000101000100111111001011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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