Html Css Color HEX #8DAF1C Limerick

📋 copy color: '#8DAF1C'

red 141 ◦ green 175 ◦ blue 28

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

Shades of Limerick #8DAF1C

Tints of Limerick #8DAF1C

RGB

 RED value IS 141 (55.47% from 255) = 40.99%

 GREEN value IS 175 (68.75% from 255) = 50.87%

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

R = 40.99%
G = 50.87%
B = 8.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#8DAF1C (or 0x8DAF1C) is known color: Limerick. HEX triplet: 8D, AF and 1C. RGB value is (141,175,28). Sum of RGB (Red+Green+Blue) = 141+175+28=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF1C is #7250E3. Grayscale: #949494. Windows color (decimal): -7491812 or 1879949. OLE color: 1879949.

HSL color Cylindrical-coordinate representation of color #8DAF1C: hue angle of 73.88º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DAF1C is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 175 28 -
CMYK 0.19 0 0.84 0.31
HSL 73.88º 0.72% 0.4% -
HSV(B) 73.88º 0.84% 0.69% -
XYZ 26.52 36.41 6.73 -
YUV 148.08 60.24 122.95 -
System Red Green Blue C M Y K H S L
Decimal 141 175 28 0.19 0 0.84 0.31 73.88 0.72 0.4
Hex 8D AF 1C 13 0 54 1F 4A 48 28
Octal 215 257 34 23 0 124 37 112 110 50
Binary 10001101 10101111 11100 10011 0 1010100 11111 1001010 1001000 101000

Color Harmonies of #8DAF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAF1C

Black with #8DAF1C

Text Example


Text Example

White with #8DAF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,175,28); }

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

background-color css

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

 a { background-color: rgb(141,175,28); }

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

border-color css

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

 span { border-color: rgb(141,175,28); }

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