#8CA725

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

Shades of Limerick #8CA725

Tints of Limerick #8CA725

Color information

#8CA725 (or 0x8CA725) is unknown color: approx Limerick. HEX triplet: 8C, A7 and 25. RGB value is (140,167,37). Sum of RGB (Red+Green+Blue) = 140+167+37=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 167 (65.62% from 255 or 48.55% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA725 is #7358DA. Grayscale: #909090. Windows color (decimal): -7559387 or 2467724. OLE color: 2467724.

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

Color convert

RGB14016737-
CMYK0.1600.780.35
HSL72.46º63.73%40%-
HSV(B)72.46º77.84%65.49%-
XYZ24.9733.356.87-
YUV144.1167.55125.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 167 (65.62% from 255) = 48.55%
BLUE value IS 37 (14.84% from 255) = 10.76%
R=40.70%
G=48.55%
B=10.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140167370.1600.780.3572.4663.7340
Hex8CA7251004E23484028
Octal214247452001164311010050
Binary1000110010100111100101100000100111010001110010001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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