#95AC26

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

Shades of Limerick #95AC26

Tints of Limerick #95AC26

Color information

#95AC26 (or 0x95AC26) is unknown color: approx Limerick. HEX triplet: 95, AC and 26. RGB value is (149,172,38). Sum of RGB (Red+Green+Blue) = 149+172+38=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AC26 is #6A53D9. Grayscale: #969696. Windows color (decimal): -6968282 or 2534549. OLE color: 2534549.

HSL color Cylindrical-coordinate representation of color #95AC26: hue angle of 70.3º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95AC26 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB14917238-
CMYK0.1300.780.33
HSL70.3º63.81%41.18%-
HSV(B)70.3º77.91%67.45%-
XYZ27.536.037.34-
YUV149.8564.88127.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 38 (15.23% from 255) = 10.58%
R=41.50%
G=47.91%
B=10.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149172380.1300.780.3370.363.8141.18
Hex95AC26D04E21464029
Octal225254461501164110610051
Binary100101011010110010011011010100111010000110001101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,172,38); }

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

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

 a { background-color: rgb(149,172,38); }

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

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

 span { border-color: rgb(149,172,38); }

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