Html Css Color HEX #8FAD3C Limerick

📋 copy color: '#8FAD3C'

red 143 ◦ green 173 ◦ blue 60

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

Shades of Limerick #8FAD3C

Tints of Limerick #8FAD3C

RGB

 RED value IS 143 (56.25% from 255) = 38.03%

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

 BLUE value IS 60 (23.83% from 255) = 15.96%

R = 38.03%
G = 46.01%
B = 15.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#8FAD3C (or 0x8FAD3C) is known color: Limerick. HEX triplet: 8F, AD and 3C. RGB value is (143,173,60). Sum of RGB (Red+Green+Blue) = 143+173+60=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD3C is #7052C3. Grayscale: #979797. Windows color (decimal): -7361220 or 3976591. OLE color: 3976591.

HSL color Cylindrical-coordinate representation of color #8FAD3C: hue angle of 75.93º 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 #8FAD3C is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 173 60 -
CMYK 0.17 0 0.65 0.32
HSL 75.93º 0.48% 0.46% -
HSV(B) 75.93º 0.65% 0.68% -
XYZ 27.09 36.05 9.81 -
YUV 151.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 143 173 60 0.17 0 0.65 0.32 75.93 0.48 0.46
Hex 8F AD 3C 11 0 41 20 4C 30 2E
Octal 217 255 74 21 0 101 40 114 60 56
Binary 10001111 10101101 111100 10001 0 1000001 100000 1001100 110000 101110

Color Harmonies of #8FAD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAD3C

Black with #8FAD3C

Text Example


Text Example

White with #8FAD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FAD3C; }

 p { color: rgb(143,173,60); }

 H1.HeaderClassName
 {
   color: #8FAD3C;
 }
 .AnyTagClassName
 {
   color: #8FAD3C;
 }
</style>

background-color css

<style>
 a { background-color: #8FAD3C; }

 a { background-color: rgb(143,173,60); }

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

border-color css

<style>
 span { border-color: #8FAD3C; }

 span { border-color: rgb(143,173,60); }

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