Html Css Color HEX #95AD3D Limerick

📋 copy color: '#95AD3D'

red 149 ◦ green 173 ◦ blue 61

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

Shades of Limerick #95AD3D

Tints of Limerick #95AD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.93%

R = 38.9%
G = 45.17%
B = 15.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#95AD3D (or 0x95AD3D) is known color: Limerick. HEX triplet: 95, AD and 3D. RGB value is (149,173,61). Sum of RGB (Red+Green+Blue) = 149+173+61=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AD3D is #6A52C2. Grayscale: #999999. Windows color (decimal): -6968003 or 4042133. OLE color: 4042133.

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

Color convert

RGB 149 173 61 -
CMYK 0.14 0 0.65 0.32
HSL 72.86º 0.48% 0.46% -
HSV(B) 72.86º 0.65% 0.68% -
XYZ 28.18 36.61 10 -
YUV 153.06 76.05 125.11 -
System Red Green Blue C M Y K H S L
Decimal 149 173 61 0.14 0 0.65 0.32 72.86 0.48 0.46
Hex 95 AD 3D E 0 41 20 49 30 2E
Octal 225 255 75 16 0 101 40 111 60 56
Binary 10010101 10101101 111101 1110 0 1000001 100000 1001001 110000 101110

Color Harmonies of #95AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD3D

Black with #95AD3D

Text Example


Text Example

White with #95AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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