#8AA635

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

Shades of Limerick #8AA635

Tints of Limerick #8AA635

Color information

#8AA635 (or 0x8AA635) is unknown color: approx Limerick. HEX triplet: 8A, A6 and 35. RGB value is (138,166,53). Sum of RGB (Red+Green+Blue) = 138+166+53=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA635 is #7559CA. Grayscale: #919191. Windows color (decimal): -7690699 or 3516042. OLE color: 3516042.

HSL color Cylindrical-coordinate representation of color #8AA635: hue angle of 74.87º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AA635 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB13816653-
CMYK0.1700.680.35
HSL74.87º51.6%42.94%-
HSV(B)74.87º68.07%65.1%-
XYZ24.7632.938.42-
YUV144.7576.22123.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.66%
GREEN value IS 166 (65.23% from 255) = 46.50%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=38.66%
G=46.50%
B=14.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138166530.1700.680.3574.8751.642.94
Hex8AA63511044234b342b
Octal21224665210104431136453
Binary100010101010011011010110001010001001000111001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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