Html Css Color HEX #8FAD1C Limerick

📋 copy color: '#8FAD1C'

red 143 ◦ green 173 ◦ blue 28

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

Shades of Limerick #8FAD1C

Tints of Limerick #8FAD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 41.57%
G = 50.29%
B = 8.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#8FAD1C (or 0x8FAD1C) is known color: Limerick. HEX triplet: 8F, AD and 1C. RGB value is (143,173,28). Sum of RGB (Red+Green+Blue) = 143+173+28=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD1C is #7052E3. Grayscale: #949494. Windows color (decimal): -7361252 or 1879439. OLE color: 1879439.

HSL color Cylindrical-coordinate representation of color #8FAD1C: hue angle of 72.41º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8FAD1C is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 173 28 -
CMYK 0.17 0 0.84 0.32
HSL 72.41º 0.72% 0.39% -
HSV(B) 72.41º 0.84% 0.68% -
XYZ 26.48 35.81 6.62 -
YUV 147.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 143 173 28 0.17 0 0.84 0.32 72.41 0.72 0.39
Hex 8F AD 1C 11 0 54 20 48 48 27
Octal 217 255 34 21 0 124 40 110 110 47
Binary 10001111 10101101 11100 10001 0 1010100 100000 1001000 1001000 100111

Color Harmonies of #8FAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAD1C

Black with #8FAD1C

Text Example


Text Example

White with #8FAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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