#95AF31

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

Shades of Limerick #95AF31

Tints of Limerick #95AF31

Color information

#95AF31 (or 0x95AF31) is unknown color: approx Limerick. HEX triplet: 95, AF and 31. RGB value is (149,175,49). Sum of RGB (Red+Green+Blue) = 149+175+49=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AF31 is #6A50CE. Grayscale: #999999. Windows color (decimal): -6967503 or 3256213. OLE color: 3256213.

HSL color Cylindrical-coordinate representation of color #95AF31: hue angle of 72.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95AF31 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB14917549-
CMYK0.1500.720.31
HSL72.38º56.25%43.92%-
HSV(B)72.38º72%68.63%-
XYZ28.2837.278.61-
YUV152.8669.39125.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 49 (19.53% from 255) = 13.14%
R=39.95%
G=46.92%
B=13.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149175490.1500.720.3172.3856.2543.92
Hex95AF31F0481F48382c
Octal22525761170110371107054
Binary1001010110101111110001111101001000111111001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AF31; }

 p { color: rgb(149,175,49); }

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

<style>
 a { background-color: #95AF31; }

 a { background-color: rgb(149,175,49); }

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

<style>
 span { border-color: #95AF31; }

 span { border-color: rgb(149,175,49); }

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