Html Css Color HEX #8CAD20 Limerick

📋 copy color: '#8CAD20'

red 140 ◦ green 173 ◦ blue 32

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

Shades of Limerick #8CAD20

Tints of Limerick #8CAD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.28%

R = 40.58%
G = 50.14%
B = 9.28%

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

#8CAD20 (or 0x8CAD20) is known color: Limerick. HEX triplet: 8C, AD and 20. RGB value is (140,173,32). Sum of RGB (Red+Green+Blue) = 140+173+32=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD20 is #7352DF. Grayscale: #939393. Windows color (decimal): -7557856 or 2141580. OLE color: 2141580.

HSL color Cylindrical-coordinate representation of color #8CAD20: hue angle of 74.04º degrees, saturation: 0.69, 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 #8CAD20 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 173 32 -
CMYK 0.19 0 0.82 0.32
HSL 74.04º 0.69% 0.4% -
HSV(B) 74.04º 0.82% 0.68% -
XYZ 26.02 35.57 6.86 -
YUV 147.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 140 173 32 0.19 0 0.82 0.32 74.04 0.69 0.4
Hex 8C AD 20 13 0 52 20 4A 45 28
Octal 214 255 40 23 0 122 40 112 105 50
Binary 10001100 10101101 100000 10011 0 1010010 100000 1001010 1000101 101000

Color Harmonies of #8CAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD20

Black with #8CAD20

Text Example


Text Example

White with #8CAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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