#9AB43A

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

Shades of Limerick #9AB43A

Tints of Limerick #9AB43A

Color information

#9AB43A (or 0x9AB43A) is unknown color: approx Limerick. HEX triplet: 9A, B4 and 3A. RGB value is (154,180,58). Sum of RGB (Red+Green+Blue) = 154+180+58=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB43A is #654BC5. Grayscale: #9E9E9E. Windows color (decimal): -6638534 or 3847322. OLE color: 3847322.

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

Color convert

RGB15418058-
CMYK0.1400.680.29
HSL72.79º51.26%46.67%-
HSV(B)72.79º67.78%70.59%-
XYZ30.4139.8210.09-
YUV158.3271.39124.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.29%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 58 (23.05% from 255) = 14.80%
R=39.29%
G=45.92%
B=14.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154180580.1400.680.2972.7951.2646.67
Hex9AB43AE0441D49332f
Octal23226472160104351116357
Binary1001101010110100111010111001000100111011001001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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