Html Css Color HEX #95AD41 Limerick

📋 copy color: '#95AD41'

red 149 ◦ green 173 ◦ blue 65

#95AD41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #95AD41

Tints of Limerick #95AD41

RGB

 RED value IS 149 (58.59% from 255) = 38.5%

 GREEN value IS 173 (67.97% from 255) = 44.7%

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 38.5%
G = 44.7%
B = 16.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#95AD41 (or 0x95AD41) is known color: Limerick. HEX triplet: 95, AD and 41. RGB value is (149,173,65). Sum of RGB (Red+Green+Blue) = 149+173+65=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AD41 is #6A52BE. Grayscale: #999999. Windows color (decimal): -6967999 or 4304277. OLE color: 4304277.

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

Color convert

RGB 149 173 65 -
CMYK 0.14 0 0.62 0.32
HSL 73.33º 0.45% 0.47% -
HSV(B) 73.33º 0.62% 0.68% -
XYZ 28.29 36.66 10.59 -
YUV 153.51 78.05 124.78 -
System Red Green Blue C M Y K H S L
Decimal 149 173 65 0.14 0 0.62 0.32 73.33 0.45 0.47
Hex 95 AD 41 E 0 3E 20 49 2D 2F
Octal 225 255 101 16 0 76 40 111 55 57
Binary 10010101 10101101 1000001 1110 0 111110 100000 1001001 101101 101111

Color Harmonies of #95AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD41

Black with #95AD41

Text Example


Text Example

White with #95AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,173,65); }

 H1.HeaderClassName
 {
   color: #95AD41;
 }
 .AnyTagClassName
 {
   color: #95AD41;
 }
</style>

background-color css

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

 a { background-color: rgb(149,173,65); }

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

border-color css

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

 span { border-color: rgb(149,173,65); }

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