#9AAE35

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

Shades of Limerick #9AAE35

Tints of Limerick #9AAE35

Color information

#9AAE35 (or 0x9AAE35) is unknown color: approx Limerick. HEX triplet: 9A, AE and 35. RGB value is (154,174,53). Sum of RGB (Red+Green+Blue) = 154+174+53=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAE35 is #6551CA. Grayscale: #9A9A9A. Windows color (decimal): -6640075 or 3518106. OLE color: 3518106.

HSL color Cylindrical-coordinate representation of color #9AAE35: hue angle of 69.92º 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 #9AAE35 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB15417453-
CMYK0.1100.700.32
HSL69.92º53.3%44.51%-
HSV(B)69.92º69.54%68.24%-
XYZ29.1137.49.05-
YUV154.2370.87127.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.42%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=40.42%
G=45.67%
B=13.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154174530.1100.700.3269.9253.344.51
Hex9AAE35B0462046352d
Octal23225665130106401066555
Binary10011010101011101101011011010001101000001000110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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