Html Css Color HEX #95AD42 Limerick

📋 copy color: '#95AD42'

red 149 ◦ green 173 ◦ blue 66

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

Shades of Limerick #95AD42

Tints of Limerick #95AD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.01%

R = 38.4%
G = 44.59%
B = 17.01%

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

#95AD42 (or 0x95AD42) is known color: Limerick. HEX triplet: 95, AD and 42. RGB value is (149,173,66). Sum of RGB (Red+Green+Blue) = 149+173+66=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AD42 is #6A52BD. Grayscale: #9A9A9A. Windows color (decimal): -6967998 or 4369813. OLE color: 4369813.

HSL color Cylindrical-coordinate representation of color #95AD42: hue angle of 73.46º 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 #95AD42 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 173 66 -
CMYK 0.14 0 0.62 0.32
HSL 73.46º 0.45% 0.47% -
HSV(B) 73.46º 0.62% 0.68% -
XYZ 28.32 36.67 10.74 -
YUV 153.63 78.55 124.7 -
System Red Green Blue C M Y K H S L
Decimal 149 173 66 0.14 0 0.62 0.32 73.46 0.45 0.47
Hex 95 AD 42 E 0 3E 20 49 2D 2F
Octal 225 255 102 16 0 76 40 111 55 57
Binary 10010101 10101101 1000010 1110 0 111110 100000 1001001 101101 101111

Color Harmonies of #95AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD42

Black with #95AD42

Text Example


Text Example

White with #95AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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