Html Css Color HEX #8CAD1F Limerick

📋 copy color: '#8CAD1F'

red 140 ◦ green 173 ◦ blue 31

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

Shades of Limerick #8CAD1F

Tints of Limerick #8CAD1F

RGB

 RED value IS 140 (55.08% from 255) = 40.7%

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

 BLUE value IS 31 (12.5% from 255) = 9.01%

R = 40.7%
G = 50.29%
B = 9.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#8CAD1F (or 0x8CAD1F) is known color: Limerick. HEX triplet: 8C, AD and 1F. RGB value is (140,173,31). Sum of RGB (Red+Green+Blue) = 140+173+31=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD1F is #7352E0. Grayscale: #939393. Windows color (decimal): -7557857 or 2076044. OLE color: 2076044.

HSL color Cylindrical-coordinate representation of color #8CAD1F: hue angle of 73.94º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CAD1F is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 173 31 -
CMYK 0.19 0 0.82 0.32
HSL 73.94º 0.7% 0.4% -
HSV(B) 73.94º 0.82% 0.68% -
XYZ 26.01 35.56 6.79 -
YUV 146.95 62.57 123.05 -
System Red Green Blue C M Y K H S L
Decimal 140 173 31 0.19 0 0.82 0.32 73.94 0.7 0.4
Hex 8C AD 1F 13 0 52 20 4A 46 28
Octal 214 255 37 23 0 122 40 112 106 50
Binary 10001100 10101101 11111 10011 0 1010010 100000 1001010 1000110 101000

Color Harmonies of #8CAD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD1F

Black with #8CAD1F

Text Example


Text Example

White with #8CAD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,173,31); }

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

background-color css

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

 a { background-color: rgb(140,173,31); }

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

border-color css

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

 span { border-color: rgb(140,173,31); }

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