Html Css Color HEX #8CAD11 Limerick

📋 copy color: '#8CAD11'

red 140 ◦ green 173 ◦ blue 17

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

Shades of Limerick #8CAD11

Tints of Limerick #8CAD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 42.42%
G = 52.42%
B = 5.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#8CAD11 (or 0x8CAD11) is known color: Limerick. HEX triplet: 8C, AD and 11. RGB value is (140,173,17). Sum of RGB (Red+Green+Blue) = 140+173+17=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAD11 is #7352EE. Grayscale: #919191. Windows color (decimal): -7557871 or 1158540. OLE color: 1158540.

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

Color convert

RGB 140 173 17 -
CMYK 0.19 0 0.90 0.32
HSL 72.69º 0.82% 0.37% -
HSV(B) 72.69º 0.9% 0.68% -
XYZ 25.86 35.5 6.02 -
YUV 145.35 55.57 124.18 -
System Red Green Blue C M Y K H S L
Decimal 140 173 17 0.19 0 0.90 0.32 72.69 0.82 0.37
Hex 8C AD 11 13 0 5A 20 49 52 25
Octal 214 255 21 23 0 132 40 111 122 45
Binary 10001100 10101101 10001 10011 0 1011010 100000 1001001 1010010 100101

Color Harmonies of #8CAD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD11

Black with #8CAD11

Text Example


Text Example

White with #8CAD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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