Html Css Color HEX #8CA62C Limerick

📋 copy color: '#8CA62C'

red 140 ◦ green 166 ◦ blue 44

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

Shades of Limerick #8CA62C

Tints of Limerick #8CA62C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.43%

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 40%
G = 47.43%
B = 12.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#8CA62C (or 0x8CA62C) is known color: Limerick. HEX triplet: 8C, A6 and 2C. RGB value is (140,166,44). Sum of RGB (Red+Green+Blue) = 140+166+44=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA62C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA62C is #7359D3. Grayscale: #909090. Windows color (decimal): -7559636 or 2926220. OLE color: 2926220.

HSL color Cylindrical-coordinate representation of color #8CA62C: hue angle of 72.79º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CA62C is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 166 44 -
CMYK 0.16 0 0.73 0.35
HSL 72.79º 0.58% 0.41% -
HSV(B) 72.79º 0.73% 0.65% -
XYZ 24.91 33.03 7.45 -
YUV 144.32 71.39 124.92 -
System Red Green Blue C M Y K H S L
Decimal 140 166 44 0.16 0 0.73 0.35 72.79 0.58 0.41
Hex 8C A6 2C 10 0 49 23 49 3A 29
Octal 214 246 54 20 0 111 43 111 72 51
Binary 10001100 10100110 101100 10000 0 1001001 100011 1001001 111010 101001

Color Harmonies of #8CA62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA62C

Black with #8CA62C

Text Example


Text Example

White with #8CA62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,166,44); }

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

background-color css

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

 a { background-color: rgb(140,166,44); }

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

border-color css

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

 span { border-color: rgb(140,166,44); }

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