#9AB42E

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

Shades of Limerick #9AB42E

Tints of Limerick #9AB42E

Color information

#9AB42E (or 0x9AB42E) is unknown color: approx Limerick. HEX triplet: 9A, B4 and 2E. RGB value is (154,180,46). Sum of RGB (Red+Green+Blue) = 154+180+46=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB42E is #654BD1. Grayscale: #9D9D9D. Windows color (decimal): -6638546 or 3060890. OLE color: 3060890.

HSL color Cylindrical-coordinate representation of color #9AB42E: hue angle of 71.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9AB42E is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB15418046-
CMYK0.1400.740.29
HSL71.64º59.29%44.31%-
HSV(B)71.64º74.44%70.59%-
XYZ30.1439.718.66-
YUV156.9565.39125.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.53%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 46 (18.36% from 255) = 12.11%
R=40.53%
G=47.37%
B=12.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154180460.1400.740.2971.6459.2944.31
Hex9AB42EE04A1D483b2c
Octal23226456160112351107354
Binary1001101010110100101110111001001010111011001000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,46); }

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

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

 a { background-color: rgb(154,180,46); }

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

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

 span { border-color: rgb(154,180,46); }

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