Html Css Color HEX #8CA82C Limerick

📋 copy color: '#8CA82C'

red 140 ◦ green 168 ◦ blue 44

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

Shades of Limerick #8CA82C

Tints of Limerick #8CA82C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.73%

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

R = 39.77%
G = 47.73%
B = 12.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#8CA82C (or 0x8CA82C) is known color: Limerick. HEX triplet: 8C, A8 and 2C. RGB value is (140,168,44). Sum of RGB (Red+Green+Blue) = 140+168+44=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA82C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA82C is #7357D3. Grayscale: #919191. Windows color (decimal): -7559124 or 2926732. OLE color: 2926732.

HSL color Cylindrical-coordinate representation of color #8CA82C: hue angle of 73.55º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CA82C is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 168 44 -
CMYK 0.17 0 0.74 0.34
HSL 73.55º 0.58% 0.42% -
HSV(B) 73.55º 0.74% 0.66% -
XYZ 25.27 33.76 7.57 -
YUV 145.49 70.72 124.08 -
System Red Green Blue C M Y K H S L
Decimal 140 168 44 0.17 0 0.74 0.34 73.55 0.58 0.42
Hex 8C A8 2C 11 0 4A 22 4A 3A 2A
Octal 214 250 54 21 0 112 42 112 72 52
Binary 10001100 10101000 101100 10001 0 1001010 100010 1001010 111010 101010

Color Harmonies of #8CA82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA82C

Black with #8CA82C

Text Example


Text Example

White with #8CA82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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