#8CA93A

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

Shades of Limerick #8CA93A

Tints of Limerick #8CA93A

Color information

#8CA93A (or 0x8CA93A) is unknown color: approx Limerick. HEX triplet: 8C, A9 and 3A. RGB value is (140,169,58). Sum of RGB (Red+Green+Blue) = 140+169+58=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA93A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA93A is #7356C5. Grayscale: #949494. Windows color (decimal): -7558854 or 3844492. OLE color: 3844492.

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

Color convert

RGB14016958-
CMYK0.1700.660.34
HSL75.68º48.9%44.51%-
HSV(B)75.68º65.68%66.27%-
XYZ25.7734.269.26-
YUV147.6777.39122.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.15%
GREEN value IS 169 (66.41% from 255) = 46.05%
BLUE value IS 58 (23.05% from 255) = 15.80%
R=38.15%
G=46.05%
B=15.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal140169580.1700.660.3475.6848.944.51
Hex8CA93A11042224c312d
Octal21425172210102421146155
Binary100011001010100111101010001010000101000101001100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,169,58); }

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

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

 a { background-color: rgb(140,169,58); }

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

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

 span { border-color: rgb(140,169,58); }

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