#8CA63C

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

Shades of Limerick #8CA63C

Tints of Limerick #8CA63C

Color information

#8CA63C (or 0x8CA63C) is unknown color: approx Limerick. HEX triplet: 8C, A6 and 3C. RGB value is (140,166,60). Sum of RGB (Red+Green+Blue) = 140+166+60=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA63C is #7359C3. Grayscale: #929292. Windows color (decimal): -7559620 or 3974796. OLE color: 3974796.

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

Color convert

RGB14016660-
CMYK0.1600.640.35
HSL74.72º46.9%44.31%-
HSV(B)74.72º63.86%65.1%-
XYZ25.2733.179.35-
YUV146.1479.39123.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.25%
GREEN value IS 166 (65.23% from 255) = 45.36%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=38.25%
G=45.36%
B=16.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140166600.1600.640.3574.7246.944.31
Hex8CA63C10040234b2f2c
Octal21424674200100431135754
Binary100011001010011011110010000010000001000111001011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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