#8AAC35

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

Shades of Limerick #8AAC35

Tints of Limerick #8AAC35

Color information

#8AAC35 (or 0x8AAC35) is unknown color: approx Limerick. HEX triplet: 8A, AC and 35. RGB value is (138,172,53). Sum of RGB (Red+Green+Blue) = 138+172+53=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC35 is #7553CA. Grayscale: #949494. Windows color (decimal): -7689163 or 3517578. OLE color: 3517578.

HSL color Cylindrical-coordinate representation of color #8AAC35: hue angle of 77.14º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AAC35 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB13817253-
CMYK0.2000.690.33
HSL77.14º52.89%44.12%-
HSV(B)77.14º69.19%67.45%-
XYZ25.8835.178.79-
YUV148.2774.24120.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 172 (67.58% from 255) = 47.38%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=38.02%
G=47.38%
B=14.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138172530.2000.690.3377.1452.8944.12
Hex8AAC3514045214d352c
Octal21225465240105411156554
Binary100010101010110011010110100010001011000011001101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,172,53); }

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

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

 a { background-color: rgb(138,172,53); }

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

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

 span { border-color: rgb(138,172,53); }

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