#8CAE3A

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

Shades of Limerick #8CAE3A

Tints of Limerick #8CAE3A

Color information

#8CAE3A (or 0x8CAE3A) is unknown color: approx Limerick. HEX triplet: 8C, AE and 3A. RGB value is (140,174,58). Sum of RGB (Red+Green+Blue) = 140+174+58=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAE3A is #7351C5. Grayscale: #979797. Windows color (decimal): -7557574 or 3845772. OLE color: 3845772.

HSL color Cylindrical-coordinate representation of color #8CAE3A: hue angle of 77.59º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CAE3A is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB14017458-
CMYK0.2000.670.32
HSL77.59º50%45.49%-
HSV(B)77.59º66.67%68.24%-
XYZ26.7136.159.57-
YUV150.6175.74120.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.63%
GREEN value IS 174 (68.36% from 255) = 46.77%
BLUE value IS 58 (23.05% from 255) = 15.59%
R=37.63%
G=46.77%
B=15.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140174580.2000.670.3277.595045.49
Hex8CAE3A14043204e322d
Octal21425672240103401166255
Binary100011001010111011101010100010000111000001001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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