#9cac28

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

Shades of Limerick #9CAC28

Tints of Limerick #9CAC28

Color information

#9CAC28 (or 0x9CAC28) is unknown color: approx Limerick. HEX triplet: 9C, AC and 28. RGB value is (156,172,40). Sum of RGB (Red+Green+Blue) = 156+172+40=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAC28 is #6353D7. Grayscale: #989898. Windows color (decimal): -6509528 or 2665628. OLE color: 2665628.

HSL color Cylindrical-coordinate representation of color #9CAC28: hue angle of 67.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9CAC28 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB15617240-
CMYK0.0900.770.33
HSL67.27º62.26%41.57%-
HSV(B)67.27º76.74%67.45%-
XYZ28.8536.737.58-
YUV152.1764.7130.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 172 (67.58% from 255) = 46.74%
BLUE value IS 40 (16.02% from 255) = 10.87%
R=42.39%
G=46.74%
B=10.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156172400.0900.770.3367.2762.2641.57
Hex9CAC28904D21433e2a
Octal23425450110115411037652
Binary10011100101011001010001001010011011000011000011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cac28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,172,40); }

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

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

 a { background-color: rgb(156,172,40); }

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

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

 span { border-color: rgb(156,172,40); }

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