#95AE35

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

Shades of Limerick #95AE35

Tints of Limerick #95AE35

Color information

#95AE35 (or 0x95AE35) is unknown color: approx Limerick. HEX triplet: 95, AE and 35. RGB value is (149,174,53). Sum of RGB (Red+Green+Blue) = 149+174+53=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AE35 is #6A51CA. Grayscale: #999999. Windows color (decimal): -6967755 or 3518101. OLE color: 3518101.

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

Color convert

RGB14917453-
CMYK0.1400.700.32
HSL72.4º53.3%44.51%-
HSV(B)72.4º69.54%68.24%-
XYZ28.1736.929.01-
YUV152.7371.72125.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 53 (21.09% from 255) = 14.10%
R=39.63%
G=46.28%
B=14.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149174530.1400.700.3272.453.344.51
Hex95AE35E0462048352d
Octal22525665160106401106555
Binary10010101101011101101011110010001101000001001000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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