#95AD39

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

Shades of Limerick #95AD39

Tints of Limerick #95AD39

Color information

#95AD39 (or 0x95AD39) is unknown color: approx Limerick. HEX triplet: 95, AD and 39. RGB value is (149,173,57). Sum of RGB (Red+Green+Blue) = 149+173+57=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AD39 is #6A52C6. Grayscale: #999999. Windows color (decimal): -6968007 or 3779989. OLE color: 3779989.

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

Color convert

RGB14917357-
CMYK0.1400.670.32
HSL72.41º50.43%45.1%-
HSV(B)72.41º67.05%67.84%-
XYZ28.0836.579.45-
YUV152.674.05125.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 173 (67.97% from 255) = 45.65%
BLUE value IS 57 (22.66% from 255) = 15.04%
R=39.31%
G=45.65%
B=15.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149173570.1400.670.3272.4150.4345.1
Hex95AD39E0432048322d
Octal22525571160103401106255
Binary10010101101011011110011110010000111000001001000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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