#8AAE35

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

Shades of Limerick #8AAE35

Tints of Limerick #8AAE35

Color information

#8AAE35 (or 0x8AAE35) is unknown color: approx Limerick. HEX triplet: 8A, AE and 35. RGB value is (138,174,53). Sum of RGB (Red+Green+Blue) = 138+174+53=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE35 is #7551CA. Grayscale: #959595. Windows color (decimal): -7688651 or 3518090. OLE color: 3518090.

HSL color Cylindrical-coordinate representation of color #8AAE35: hue angle of 77.85º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AAE35 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB13817453-
CMYK0.2100.700.32
HSL77.85º53.3%44.51%-
HSV(B)77.85º69.54%68.24%-
XYZ26.2635.938.92-
YUV149.4473.57119.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 174 (68.36% from 255) = 47.67%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=37.81%
G=47.67%
B=14.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138174530.2100.700.3277.8553.344.51
Hex8AAE3515046204e352d
Octal21225665250106401166555
Binary100010101010111011010110101010001101000001001110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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