#8CAA15

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

Shades of Limerick #8CAA15

Tints of Limerick #8CAA15

Color information

#8CAA15 (or 0x8CAA15) is unknown color: approx Limerick. HEX triplet: 8C, AA and 15. RGB value is (140,170,21). Sum of RGB (Red+Green+Blue) = 140+170+21=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA15 is #7355EA. Grayscale: #909090. Windows color (decimal): -7558635 or 1419916. OLE color: 1419916.

HSL color Cylindrical-coordinate representation of color #8CAA15: hue angle of 72.08º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CAA15 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB14017021-
CMYK0.1800.880.33
HSL72.08º78.01%37.45%-
HSV(B)72.08º87.65%66.67%-
XYZ25.3334.386.01-
YUV144.0458.56125.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 21 (8.59% from 255) = 6.34%
R=42.30%
G=51.36%
B=6.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140170210.1800.880.3372.0878.0137.45
Hex8CAA151205821484e25
Octal214252252201304111011645
Binary100011001010101010101100100101100010000110010001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,21); }

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

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

 a { background-color: rgb(140,170,21); }

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

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

 span { border-color: rgb(140,170,21); }

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