Html Css Color HEX #91AF3F Limerick

📋 copy color: '#91AF3F'

red 145 ◦ green 175 ◦ blue 63

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

Shades of Limerick #91AF3F

Tints of Limerick #91AF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.69%

 BLUE value IS 63 (25% from 255) = 16.45%

R = 37.86%
G = 45.69%
B = 16.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#91AF3F (or 0x91AF3F) is known color: Limerick. HEX triplet: 91, AF and 3F. RGB value is (145,175,63). Sum of RGB (Red+Green+Blue) = 145+175+63=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AF3F is #6E50C0. Grayscale: #999999. Windows color (decimal): -7229633 or 4173713. OLE color: 4173713.

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

Color convert

RGB 145 175 63 -
CMYK 0.17 0 0.64 0.31
HSL 76.07º 0.47% 0.47% -
HSV(B) 76.07º 0.64% 0.69% -
XYZ 27.9 37.04 10.38 -
YUV 153.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 145 175 63 0.17 0 0.64 0.31 76.07 0.47 0.47
Hex 91 AF 3F 11 0 40 1F 4C 2F 2F
Octal 221 257 77 21 0 100 37 114 57 57
Binary 10010001 10101111 111111 10001 0 1000000 11111 1001100 101111 101111

Color Harmonies of #91AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AF3F

Black with #91AF3F

Text Example


Text Example

White with #91AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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