Html Css Color HEX #8CAA1C Limerick

📋 copy color: '#8CAA1C'

red 140 ◦ green 170 ◦ blue 28

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

Shades of Limerick #8CAA1C

Tints of Limerick #8CAA1C

RGB

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

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

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

R = 41.42%
G = 50.3%
B = 8.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#8CAA1C (or 0x8CAA1C) is known color: Limerick. HEX triplet: 8C, AA and 1C. RGB value is (140,170,28). Sum of RGB (Red+Green+Blue) = 140+170+28=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA1C is #7355E3. Grayscale: #919191. Windows color (decimal): -7558628 or 1878668. OLE color: 1878668.

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

Color convert

RGB 140 170 28 -
CMYK 0.18 0 0.84 0.33
HSL 72.68º 0.72% 0.39% -
HSV(B) 72.68º 0.84% 0.67% -
XYZ 25.4 34.41 6.4 -
YUV 144.84 62.06 124.55 -
System Red Green Blue C M Y K H S L
Decimal 140 170 28 0.18 0 0.84 0.33 72.68 0.72 0.39
Hex 8C AA 1C 12 0 54 21 49 48 27
Octal 214 252 34 22 0 124 41 111 110 47
Binary 10001100 10101010 11100 10010 0 1010100 100001 1001001 1001000 100111

Color Harmonies of #8CAA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA1C

Black with #8CAA1C

Text Example


Text Example

White with #8CAA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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