Html Css Color HEX #91AF2F Limerick

📋 copy color: '#91AF2F'

red 145 ◦ green 175 ◦ blue 47

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

Shades of Limerick #91AF2F

Tints of Limerick #91AF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 39.51%
G = 47.68%
B = 12.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#91AF2F (or 0x91AF2F) is known color: Limerick. HEX triplet: 91, AF and 2F. RGB value is (145,175,47). Sum of RGB (Red+Green+Blue) = 145+175+47=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AF2F is #6E50D0. Grayscale: #979797. Windows color (decimal): -7229649 or 3125137. OLE color: 3125137.

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

Color convert

RGB 145 175 47 -
CMYK 0.17 0 0.73 0.31
HSL 74.06º 0.58% 0.44% -
HSV(B) 74.06º 0.73% 0.69% -
XYZ 27.52 36.88 8.36 -
YUV 151.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 145 175 47 0.17 0 0.73 0.31 74.06 0.58 0.44
Hex 91 AF 2F 11 0 49 1F 4A 3A 2C
Octal 221 257 57 21 0 111 37 112 72 54
Binary 10010001 10101111 101111 10001 0 1001001 11111 1001010 111010 101100

Color Harmonies of #91AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AF2F

Black with #91AF2F

Text Example


Text Example

White with #91AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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