#95AE1A

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

Shades of Limerick #95AE1A

Tints of Limerick #95AE1A

Color information

#95AE1A (or 0x95AE1A) is unknown color: approx Limerick. HEX triplet: 95, AE and 1A. RGB value is (149,174,26). Sum of RGB (Red+Green+Blue) = 149+174+26=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AE1A is #6A51E5. Grayscale: #969696. Windows color (decimal): -6967782 or 1748629. OLE color: 1748629.

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

Color convert

RGB14917426-
CMYK0.1400.850.32
HSL70.14º74%39.22%-
HSV(B)70.14º85.06%68.24%-
XYZ27.7236.746.61-
YUV149.6558.22127.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 26 (10.55% from 255) = 7.45%
R=42.69%
G=49.86%
B=7.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149174260.1400.850.3270.147439.22
Hex95AE1AE05520464a27
Octal225256321601254010611247
Binary10010101101011101101011100101010110000010001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,174,26); }

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

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

 a { background-color: rgb(149,174,26); }

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

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

 span { border-color: rgb(149,174,26); }

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