#95AD37

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

Shades of Limerick #95AD37

Tints of Limerick #95AD37

Color information

#95AD37 (or 0x95AD37) is unknown color: approx Limerick. HEX triplet: 95, AD and 37. RGB value is (149,173,55). Sum of RGB (Red+Green+Blue) = 149+173+55=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AD37 is #6A52C8. Grayscale: #989898. Windows color (decimal): -6968009 or 3648917. OLE color: 3648917.

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

Color convert

RGB14917355-
CMYK0.1400.680.32
HSL72.2º51.75%44.71%-
HSV(B)72.2º68.21%67.84%-
XYZ28.0336.559.19-
YUV152.3773.05125.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 173 (67.97% from 255) = 45.89%
BLUE value IS 55 (21.88% from 255) = 14.59%
R=39.52%
G=45.89%
B=14.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149173550.1400.680.3272.251.7544.71
Hex95AD37E0442048342d
Octal22525567160104401106455
Binary10010101101011011101111110010001001000001001000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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