Html Css Color HEX #95AD3F Limerick

📋 copy color: '#95AD3F'

red 149 ◦ green 173 ◦ blue 63

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

Shades of Limerick #95AD3F

Tints of Limerick #95AD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.36%

R = 38.7%
G = 44.94%
B = 16.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#95AD3F (or 0x95AD3F) is known color: Limerick. HEX triplet: 95, AD and 3F. RGB value is (149,173,63). Sum of RGB (Red+Green+Blue) = 149+173+63=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AD3F is #6A52C0. Grayscale: #999999. Windows color (decimal): -6968001 or 4173205. OLE color: 4173205.

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

Color convert

RGB 149 173 63 -
CMYK 0.14 0 0.64 0.32
HSL 73.09º 0.47% 0.46% -
HSV(B) 73.09º 0.64% 0.68% -
XYZ 28.24 36.64 10.29 -
YUV 153.28 77.05 124.94 -
System Red Green Blue C M Y K H S L
Decimal 149 173 63 0.14 0 0.64 0.32 73.09 0.47 0.46
Hex 95 AD 3F E 0 40 20 49 2F 2E
Octal 225 255 77 16 0 100 40 111 57 56
Binary 10010101 10101101 111111 1110 0 1000000 100000 1001001 101111 101110

Color Harmonies of #95AD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD3F

Black with #95AD3F

Text Example


Text Example

White with #95AD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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