#95AE27

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

Shades of Limerick #95AE27

Tints of Limerick #95AE27

Color information

#95AE27 (or 0x95AE27) is unknown color: approx Limerick. HEX triplet: 95, AE and 27. RGB value is (149,174,39). Sum of RGB (Red+Green+Blue) = 149+174+39=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AE27 is #6A51D8. Grayscale: #979797. Windows color (decimal): -6967769 or 2600597. OLE color: 2600597.

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

Color convert

RGB14917439-
CMYK0.1400.780.32
HSL71.11º63.38%41.76%-
HSV(B)71.11º77.59%68.24%-
XYZ27.936.817.55-
YUV151.1464.72126.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 174 (68.36% from 255) = 48.07%
BLUE value IS 39 (15.62% from 255) = 10.77%
R=41.16%
G=48.07%
B=10.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149174390.1400.780.3271.1163.3841.76
Hex95AE27E04E20473f2a
Octal22525647160116401077752
Binary10010101101011101001111110010011101000001000111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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