Html Css Color HEX #8CA72B Limerick

📋 copy color: '#8CA72B'

red 140 ◦ green 167 ◦ blue 43

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

Shades of Limerick #8CA72B

Tints of Limerick #8CA72B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.71%

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 40%
G = 47.71%
B = 12.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#8CA72B (or 0x8CA72B) is known color: Limerick. HEX triplet: 8C, A7 and 2B. RGB value is (140,167,43). Sum of RGB (Red+Green+Blue) = 140+167+43=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA72B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA72B is #7358D4. Grayscale: #919191. Windows color (decimal): -7559381 or 2860940. OLE color: 2860940.

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

Color convert

RGB 140 167 43 -
CMYK 0.16 0 0.74 0.35
HSL 73.06º 0.59% 0.41% -
HSV(B) 73.06º 0.74% 0.65% -
XYZ 25.07 33.39 7.41 -
YUV 144.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 140 167 43 0.16 0 0.74 0.35 73.06 0.59 0.41
Hex 8C A7 2B 10 0 4A 23 49 3B 29
Octal 214 247 53 20 0 112 43 111 73 51
Binary 10001100 10100111 101011 10000 0 1001010 100011 1001001 111011 101001

Color Harmonies of #8CA72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA72B

Black with #8CA72B

Text Example


Text Example

White with #8CA72B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,167,43); }

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

background-color css

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

 a { background-color: rgb(140,167,43); }

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

border-color css

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

 span { border-color: rgb(140,167,43); }

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