#9AB02C

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

Shades of Limerick #9AB02C

Tints of Limerick #9AB02C

Color information

#9AB02C (or 0x9AB02C) is unknown color: approx Limerick. HEX triplet: 9A, B0 and 2C. RGB value is (154,176,44). Sum of RGB (Red+Green+Blue) = 154+176+44=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB02C is #654FD3. Grayscale: #9A9A9A. Windows color (decimal): -6639572 or 2928794. OLE color: 2928794.

HSL color Cylindrical-coordinate representation of color #9AB02C: hue angle of 70º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9AB02C is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB15417644-
CMYK0.1200.750.31
HSL70º60%43.14%-
HSV(B)70º75%69.02%-
XYZ29.3138.18.19-
YUV154.3765.71127.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.18%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 44 (17.58% from 255) = 11.76%
R=41.18%
G=47.06%
B=11.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154176440.1200.750.31706043.14
Hex9AB02CC04B1F463c2b
Octal23226054140113371067453
Binary1001101010110000101100110001001011111111000110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,176,44); }

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

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

 a { background-color: rgb(154,176,44); }

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

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

 span { border-color: rgb(154,176,44); }

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