#9AB830

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

Shades of Limerick #9AB830

Tints of Limerick #9AB830

Color information

#9AB830 (or 0x9AB830) is unknown color: approx Limerick. HEX triplet: 9A, B8 and 30. RGB value is (154,184,48). Sum of RGB (Red+Green+Blue) = 154+184+48=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB830 is #6547CF. Grayscale: #A0A0A0. Windows color (decimal): -6637520 or 3192986. OLE color: 3192986.

HSL color Cylindrical-coordinate representation of color #9AB830: hue angle of 73.24º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9AB830 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB15418448-
CMYK0.1600.740.28
HSL73.24º58.62%45.49%-
HSV(B)73.24º73.91%72.16%-
XYZ3141.369.15-
YUV159.5365.06124.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.90%
GREEN value IS 184 (72.27% from 255) = 47.67%
BLUE value IS 48 (19.14% from 255) = 12.44%
R=39.90%
G=47.67%
B=12.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154184480.1600.740.2873.2458.6245.49
Hex9AB8301004A1C493b2d
Octal23227060200112341117355
Binary10011010101110001100001000001001010111001001001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,48); }

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

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

 a { background-color: rgb(154,184,48); }

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

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

 span { border-color: rgb(154,184,48); }

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