#95AF30

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

Shades of Limerick #95AF30

Tints of Limerick #95AF30

Color information

#95AF30 (or 0x95AF30) is unknown color: approx Limerick. HEX triplet: 95, AF and 30. RGB value is (149,175,48). Sum of RGB (Red+Green+Blue) = 149+175+48=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AF30 is #6A50CF. Grayscale: #999999. Windows color (decimal): -6967504 or 3190677. OLE color: 3190677.

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

Color convert

RGB14917548-
CMYK0.1500.730.31
HSL72.28º56.95%43.73%-
HSV(B)72.28º72.57%68.63%-
XYZ28.2637.268.5-
YUV152.7568.89125.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 48 (19.14% from 255) = 12.90%
R=40.05%
G=47.04%
B=12.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149175480.1500.730.3172.2856.9543.73
Hex95AF30F0491F48392c
Octal22525760170111371107154
Binary1001010110101111110000111101001001111111001000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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