#8CA831

Color #8CA831 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8CA831

Tints of Limerick #8CA831

Color information

#8CA831 (or 0x8CA831) is unknown color: approx Limerick. HEX triplet: 8C, A8 and 31. RGB value is (140,168,49). Sum of RGB (Red+Green+Blue) = 140+168+49=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA831 is #7357CE. Grayscale: #929292. Windows color (decimal): -7559119 or 3254412. OLE color: 3254412.

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

Color convert

RGB14016849-
CMYK0.1700.710.34
HSL74.12º54.84%42.55%-
HSV(B)74.12º70.83%65.88%-
XYZ25.3733.88.09-
YUV146.0673.22123.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.22%
GREEN value IS 168 (66.02% from 255) = 47.06%
BLUE value IS 49 (19.53% from 255) = 13.73%
R=39.22%
G=47.06%
B=13.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal140168490.1700.710.3474.1254.8442.55
Hex8CA83111047224a372b
Octal21425061210107421126753
Binary100011001010100011000110001010001111000101001010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CA831;
 }
 .AnyTagClassName
 {
   color: #8CA831;
 }
</style>
background-color css

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

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

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

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

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

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