#8CA623

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

Shades of Limerick #8CA623

Tints of Limerick #8CA623

Color information

#8CA623 (or 0x8CA623) is unknown color: approx Limerick. HEX triplet: 8C, A6 and 23. RGB value is (140,166,35). Sum of RGB (Red+Green+Blue) = 140+166+35=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA623 is #7359DC. Grayscale: #8F8F8F. Windows color (decimal): -7559645 or 2336396. OLE color: 2336396.

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

Color convert

RGB14016635-
CMYK0.1600.790.35
HSL71.91º65.17%39.41%-
HSV(B)71.91º78.92%65.1%-
XYZ24.7532.976.65-
YUV143.2966.89125.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 166 (65.23% from 255) = 48.68%
BLUE value IS 35 (14.06% from 255) = 10.26%
R=41.06%
G=48.68%
B=10.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140166350.1600.790.3571.9165.1739.41
Hex8CA6231004F23484127
Octal214246432001174311010147
Binary1000110010100110100011100000100111110001110010001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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