Html Css Color HEX #95AD40 Limerick

📋 copy color: '#95AD40'

red 149 ◦ green 173 ◦ blue 64

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

Shades of Limerick #95AD40

Tints of Limerick #95AD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 38.6%
G = 44.82%
B = 16.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#95AD40 (or 0x95AD40) is known color: Limerick. HEX triplet: 95, AD and 40. RGB value is (149,173,64). Sum of RGB (Red+Green+Blue) = 149+173+64=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AD40 is #6A52BF. Grayscale: #999999. Windows color (decimal): -6968000 or 4238741. OLE color: 4238741.

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

Color convert

RGB 149 173 64 -
CMYK 0.14 0 0.63 0.32
HSL 73.21º 0.46% 0.46% -
HSV(B) 73.21º 0.63% 0.68% -
XYZ 28.26 36.65 10.43 -
YUV 153.4 77.55 124.86 -
System Red Green Blue C M Y K H S L
Decimal 149 173 64 0.14 0 0.63 0.32 73.21 0.46 0.46
Hex 95 AD 40 E 0 3F 20 49 2E 2E
Octal 225 255 100 16 0 77 40 111 56 56
Binary 10010101 10101101 1000000 1110 0 111111 100000 1001001 101110 101110

Color Harmonies of #95AD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD40

Black with #95AD40

Text Example


Text Example

White with #95AD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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