#95AD1F

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

Shades of Limerick #95AD1F

Tints of Limerick #95AD1F

Color information

#95AD1F (or 0x95AD1F) is unknown color: approx Limerick. HEX triplet: 95, AD and 1F. RGB value is (149,173,31). Sum of RGB (Red+Green+Blue) = 149+173+31=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AD1F is #6A52E0. Grayscale: #969696. Windows color (decimal): -6968033 or 2076053. OLE color: 2076053.

HSL color Cylindrical-coordinate representation of color #95AD1F: hue angle of 70.14º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95AD1F is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB14917331-
CMYK0.1400.820.32
HSL70.14º69.61%40%-
HSV(B)70.14º82.08%67.84%-
XYZ27.5936.386.86-
YUV149.6461.05127.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 173 (67.97% from 255) = 49.01%
BLUE value IS 31 (12.5% from 255) = 8.78%
R=42.21%
G=49.01%
B=8.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149173310.1400.820.3270.1469.6140
Hex95AD1FE05220464628
Octal225255371601224010610650
Binary10010101101011011111111100101001010000010001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,173,31); }

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

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

 a { background-color: rgb(149,173,31); }

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

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

 span { border-color: rgb(149,173,31); }

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