#95AF28

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

Shades of Limerick #95AF28

Tints of Limerick #95AF28

Color information

#95AF28 (or 0x95AF28) is unknown color: approx Limerick. HEX triplet: 95, AF and 28. RGB value is (149,175,40). Sum of RGB (Red+Green+Blue) = 149+175+40=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AF28 is #6A50D7. Grayscale: #989898. Windows color (decimal): -6967512 or 2666389. OLE color: 2666389.

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

Color convert

RGB14917540-
CMYK0.1500.770.31
HSL71.56º62.79%42.16%-
HSV(B)71.56º77.14%68.63%-
XYZ28.1137.27.71-
YUV151.8464.89125.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 175 (68.75% from 255) = 48.08%
BLUE value IS 40 (16.02% from 255) = 10.99%
R=40.93%
G=48.08%
B=10.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149175400.1500.770.3171.5662.7942.16
Hex95AF28F04D1F483f2a
Octal22525750170115371107752
Binary1001010110101111101000111101001101111111001000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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