#9AB225

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

Shades of Limerick #9AB225

Tints of Limerick #9AB225

Color information

#9AB225 (or 0x9AB225) is unknown color: approx Limerick. HEX triplet: 9A, B2 and 25. RGB value is (154,178,37). Sum of RGB (Red+Green+Blue) = 154+178+37=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB225 is #654DDA. Grayscale: #9B9B9B. Windows color (decimal): -6639067 or 2470554. OLE color: 2470554.

HSL color Cylindrical-coordinate representation of color #9AB225: hue angle of 70.21º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9AB225 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB15417837-
CMYK0.1300.790.30
HSL70.21º65.58%42.16%-
HSV(B)70.21º79.21%69.8%-
XYZ29.5838.847.69-
YUV154.7561.55127.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 37 (14.84% from 255) = 10.03%
R=41.73%
G=48.24%
B=10.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal154178370.1300.790.3070.2165.5842.16
Hex9AB225D04F1E46422a
Octal232262451501173610610252
Binary10011010101100101001011101010011111111010001101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,178,37); }

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

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

 a { background-color: rgb(154,178,37); }

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

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

 span { border-color: rgb(154,178,37); }

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