#95AF42

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

Shades of Limerick #95AF42

Tints of Limerick #95AF42

Color information

#95AF42 (or 0x95AF42) is unknown color: approx Limerick. HEX triplet: 95, AF and 42. RGB value is (149,175,66). Sum of RGB (Red+Green+Blue) = 149+175+66=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AF42 is #6A50BD. Grayscale: #9B9B9B. Windows color (decimal): -6967486 or 4370325. OLE color: 4370325.

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

Color convert

RGB14917566-
CMYK0.1500.620.31
HSL74.31º45.23%47.25%-
HSV(B)74.31º62.29%68.63%-
XYZ28.7137.4410.87-
YUV154.877.89123.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=38.21%
G=44.87%
B=16.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149175660.1500.620.3174.3145.2347.25
Hex95AF42F03E1F4a2d2f
Octal22525710217076371125557
Binary1001010110101111100001011110111110111111001010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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