Html Css Color HEX #95AC20 Limerick

📋 copy color: '#95AC20'

red 149 ◦ green 172 ◦ blue 32

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

Shades of Limerick #95AC20

Tints of Limerick #95AC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.07%

R = 42.21%
G = 48.73%
B = 9.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#95AC20 (or 0x95AC20) is known color: Limerick. HEX triplet: 95, AC and 20. RGB value is (149,172,32). Sum of RGB (Red+Green+Blue) = 149+172+32=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AC20 is #6A53DF. Grayscale: #959595. Windows color (decimal): -6968288 or 2141333. OLE color: 2141333.

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

Color convert

RGB 149 172 32 -
CMYK 0.13 0 0.81 0.33
HSL 69.86º 0.69% 0.4% -
HSV(B) 69.86º 0.81% 0.67% -
XYZ 27.41 36 6.87 -
YUV 149.16 61.88 127.88 -
System Red Green Blue C M Y K H S L
Decimal 149 172 32 0.13 0 0.81 0.33 69.86 0.69 0.4
Hex 95 AC 20 D 0 51 21 46 45 28
Octal 225 254 40 15 0 121 41 106 105 50
Binary 10010101 10101100 100000 1101 0 1010001 100001 1000110 1000101 101000

Color Harmonies of #95AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AC20

Black with #95AC20

Text Example


Text Example

White with #95AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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