Html Css Color HEX #8CAA20 Limerick

📋 copy color: '#8CAA20'

red 140 ◦ green 170 ◦ blue 32

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

Shades of Limerick #8CAA20

Tints of Limerick #8CAA20

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.71%

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

R = 40.94%
G = 49.71%
B = 9.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#8CAA20 (or 0x8CAA20) is known color: Limerick. HEX triplet: 8C, AA and 20. RGB value is (140,170,32). Sum of RGB (Red+Green+Blue) = 140+170+32=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA20 is #7355DF. Grayscale: #919191. Windows color (decimal): -7558624 or 2140812. OLE color: 2140812.

HSL color Cylindrical-coordinate representation of color #8CAA20: hue angle of 73.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CAA20 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 32 -
CMYK 0.18 0 0.81 0.33
HSL 73.04º 0.68% 0.4% -
HSV(B) 73.04º 0.81% 0.67% -
XYZ 25.45 34.43 6.67 -
YUV 145.3 64.06 124.22 -
System Red Green Blue C M Y K H S L
Decimal 140 170 32 0.18 0 0.81 0.33 73.04 0.68 0.4
Hex 8C AA 20 12 0 51 21 49 44 28
Octal 214 252 40 22 0 121 41 111 104 50
Binary 10001100 10101010 100000 10010 0 1010001 100001 1001001 1000100 101000

Color Harmonies of #8CAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA20

Black with #8CAA20

Text Example


Text Example

White with #8CAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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