Html Css Color HEX #95AC40 Limerick

📋 copy color: '#95AC40'

red 149 ◦ green 172 ◦ blue 64

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

Shades of Limerick #95AC40

Tints of Limerick #95AC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.68%

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

R = 38.7%
G = 44.68%
B = 16.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#95AC40 (or 0x95AC40) is known color: Limerick. HEX triplet: 95, AC and 40. RGB value is (149,172,64). Sum of RGB (Red+Green+Blue) = 149+172+64=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AC40 is #6A53BF. Grayscale: #999999. Windows color (decimal): -6968256 or 4238485. OLE color: 4238485.

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

Color convert

RGB 149 172 64 -
CMYK 0.13 0 0.63 0.33
HSL 72.78º 0.46% 0.46% -
HSV(B) 72.78º 0.63% 0.67% -
XYZ 28.07 36.26 10.37 -
YUV 152.81 77.88 125.28 -
System Red Green Blue C M Y K H S L
Decimal 149 172 64 0.13 0 0.63 0.33 72.78 0.46 0.46
Hex 95 AC 40 D 0 3F 21 49 2E 2E
Octal 225 254 100 15 0 77 41 111 56 56
Binary 10010101 10101100 1000000 1101 0 111111 100001 1001001 101110 101110

Color Harmonies of #95AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AC40

Black with #95AC40

Text Example


Text Example

White with #95AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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